Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
dmigo committed Aug 7, 2023
1 parent 249fbd5 commit 159eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.gpulibs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mat
# installation via conda leads to errors in version 4.8.2
USER ${NB_UID}
RUN pip install --upgrade pip && \
pip install --no-cache-dir tensorflow==2.10.1 keras==2.10 jupyter_contrib_nbextensions==0.7.0 jupyter_nbextensions_configurator==0.6.1 && \
pip install --no-cache-dir tensorflow==2.10.1 keras==2.10 && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

Expand Down

0 comments on commit 159eca8

Please sign in to comment.