Improve Dockerfiles codestyle

This commit is contained in:
Ayaz Salikhov
2024-08-19 15:40:40 +01:00
parent 7f8cdf851a
commit 5ea1adbfd8
8 changed files with 18 additions and 18 deletions

View File

@@ -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}"