Skip to content

Commit

Permalink
remove outdated pkgs list for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Dec 13, 2024
1 parent bcda607 commit db26519
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ LABEL org.opencontainers.image.title="PyPEEC - 3D Quasi-Magnetostatic Solver"
LABEL org.opencontainers.image.description="Docker image with PyPEEC and Jupyter"
LABEL org.opencontainers.image.licenses="MPL-2.0 and others"

# copy the package lists
COPY --chown=${NB_UID}:${NB_GID} pkgs.txt .

# install all the dependencies (but not PyPEEC)
RUN mamba install --yes --channel conda-forge \
scilogger==1.2.2=pyhd8ed1ab_0 \
Expand Down Expand Up @@ -53,7 +50,6 @@ RUN pypeec examples .
# clean the workspace
RUN rm -rf *.py
RUN rm -rf *.sh
RUN rm -rf pkgs.txt
RUN rm -rf work

# allow Jupyter to display VTK graphics
Expand Down

0 comments on commit db26519

Please sign in to comment.