Skip to content

Commit

Permalink
Fix output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdallaAbdelhadi committed Nov 13, 2024
1 parent 221278d commit ac8a12b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 0 additions & 2 deletions output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN apt-get update --yes \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /usr/bin/clean-layer.sh

RUN conda install mamba=2.0.0

###############################
### docker-bits/3_Kubeflow.Dockerfile
###############################
Expand Down
2 changes: 0 additions & 2 deletions output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN apt-get update --yes \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /usr/bin/clean-layer.sh

RUN conda install mamba=2.0.0

###############################
### docker-bits/2_pytorch.Dockerfile
###############################
Expand Down
2 changes: 0 additions & 2 deletions output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN apt-get update --yes \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /usr/bin/clean-layer.sh

RUN conda install mamba=2.0.0

###############################
### docker-bits/1_CUDA-11.8.0.Dockerfile
###############################
Expand Down
9 changes: 7 additions & 2 deletions output/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN apt-get update --yes \
&& rm -rf /var/lib/apt/lists/* \
&& chmod +x /usr/bin/clean-layer.sh

RUN conda install mamba=2.0.0

###############################
### docker-bits/3_Kubeflow.Dockerfile
###############################
Expand Down Expand Up @@ -203,6 +201,13 @@ RUN mamba install --quiet --yes \
'r-arrow' \
'r-aws.s3' \
'r-catools' \
&& \
clean-layer.sh && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

# Install some default R packages
RUN mamba install --quiet --yes \
'r-hdf5r' \
'r-odbc' \
'r-sf' \
Expand Down
9 changes: 7 additions & 2 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ RUN pip install --force-reinstall cryptography==39.0.1 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

RUN conda install mamba=2.0.0

###############################
### docker-bits/3_Kubeflow.Dockerfile
###############################
Expand Down Expand Up @@ -351,6 +349,13 @@ RUN mamba install --quiet --yes \
'r-arrow' \
'r-aws.s3' \
'r-catools' \
&& \
clean-layer.sh && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

# Install some default R packages
RUN mamba install --quiet --yes \
'r-hdf5r' \
'r-odbc' \
'r-sf' \
Expand Down

0 comments on commit ac8a12b

Please sign in to comment.