mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Improve Dockerfiles codestyle
This commit is contained in:
@@ -13,8 +13,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install TensorFlow, CUDA and cuDNN with pip
|
||||
RUN pip install --no-cache-dir \
|
||||
"tensorflow[and-cuda]" \
|
||||
"jupyter-server-proxy" && \
|
||||
"jupyter-server-proxy" \
|
||||
"tensorflow[and-cuda]" && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
||||
|
Reference in New Issue
Block a user