Skip to content

Avoid code duplication in Dockerfiles for Jupyter notebook images #321

Closed
@jlewi

Description

@jlewi

We build two versions of the Jupyter notebook images; one for CPU and one for GPU.

There's a lot of code duplication (e.g. list of python packages to install).

To avoid this duplication we should create a common shell script that can be invoked in the Dockerfile to perform the steps that should be the same.

This will help ensure there's less divergence over time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions