Skip to content

Commit

Permalink
drop unneeded package
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 27, 2023
1 parent 4277902 commit 7683e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-cil-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM jupyter/tensorflow-notebook:ubuntu-20.04

RUN mamba install -y -c conda-forge -c intel -c ccpi \
cil=23.0.1 astra-toolbox tigre ccpi-regulariser tomophantom "ipywidgets<8" \
cudatoolkit jupyter-server-proxy \
jupyter-server-proxy \
&& mamba clean -a -y -f \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"
Expand Down

0 comments on commit 7683e87

Please sign in to comment.