Skip to content

Commit

Permalink
Fixed some missing CUDA old version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlkh committed Jan 6, 2020
1 parent 1665efe commit dab8b0d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 712 deletions.
6 changes: 3 additions & 3 deletions src/base-batch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ RUN apt-get update && \
cuda-command-line-tools-$CUDA_PKG_VERSION \
cuda-libraries-dev-$CUDA_PKG_VERSION \
cuda-minimal-build-$CUDA_PKG_VERSION \
libnccl-dev=$NCCL_VERSION-1+cuda10.0 && \
libnccl-dev=$NCCL_VERSION-1+cuda10.1 && \
cd /tmp/ && \
git clone --depth 1 https://github.com/NVIDIA/apex && \
cd apex && \
Expand All @@ -183,8 +183,8 @@ RUN apt-get update && \
USER $NB_UID

RUN conda install \
-c nvidia/label/cuda10.0 \
-c rapidsai/label/cuda10.0 \
-c nvidia/label/cuda10.1 \
-c rapidsai/label/cuda10.1 \
-c numba -c conda-forge -c defaults \
'python=3.6' \
'numpy=1.16.1' \
Expand Down
2 changes: 1 addition & 1 deletion src/build-tf.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
cuda-command-line-tools-$CUDA_PKG_VERSION \
cuda-libraries-dev-$CUDA_PKG_VERSION \
cuda-minimal-build-$CUDA_PKG_VERSION \
libnccl-dev=$NCCL_VERSION-1+cuda10.0 \
libnccl-dev=$NCCL_VERSION-1+cuda10.1 \
python3-dev \
python3-numpy \
python3-six \
Expand Down
14 changes: 7 additions & 7 deletions src/full.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN conda install -c pytorch --quiet --yes \
'numpy=1.16.1' \
'pytorch' \
'torchvision' \
'cudatoolkit=10.0' && \
'cudatoolkit=10.1' && \
pip install --no-cache-dir torchtext && \
conda install -c pytorch -c fastai --quiet --yes \
'python=3.6' \
Expand Down Expand Up @@ -48,7 +48,7 @@ RUN apt-get update && \
cuda-command-line-tools-$CUDA_PKG_VERSION \
cuda-libraries-dev-$CUDA_PKG_VERSION \
cuda-minimal-build-$CUDA_PKG_VERSION \
libnccl-dev=$NCCL_VERSION-1+cuda10.0 && \
libnccl-dev=$NCCL_VERSION-1+cuda10.1 && \
cd /tmp/ && \
git clone --depth 1 https://github.com/NVIDIA/apex && \
cd apex && \
Expand All @@ -60,7 +60,7 @@ RUN apt-get update && \
cuda-nvml-dev-$CUDA_PKG_VERSION \
cuda-command-line-tools-$CUDA_PKG_VERSION \
cuda-libraries-dev-$CUDA_PKG_VERSION \
libnccl-dev=$NCCL_VERSION-1+cuda10.0 && \
libnccl-dev=$NCCL_VERSION-1+cuda10.1 && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
Expand All @@ -75,8 +75,8 @@ RUN apt-get update && \
USER $NB_UID

RUN conda install \
-c nvidia/label/cuda10.0 \
-c rapidsai/label/cuda10.0 \
-c nvidia/label/cuda10.1 \
-c rapidsai/label/cuda10.1 \
-c numba -c conda-forge -c defaults \
'python=3.6' \
'numpy=1.16.1' \
Expand Down Expand Up @@ -121,13 +121,13 @@ RUN apt-get update && \
cuda-command-line-tools-$CUDA_PKG_VERSION \
cuda-libraries-dev-$CUDA_PKG_VERSION \
cuda-minimal-build-$CUDA_PKG_VERSION \
libnccl-dev=$NCCL_VERSION-1+cuda10.0 && \
libnccl-dev=$NCCL_VERSION-1+cuda10.1 && \
pip install --no-cache-dir horovod && \
apt-get remove -yq \
cuda-nvml-dev-$CUDA_PKG_VERSION \
cuda-command-line-tools-$CUDA_PKG_VERSION \
cuda-libraries-dev-$CUDA_PKG_VERSION \
libnccl-dev=$NCCL_VERSION-1+cuda10.0 && \
libnccl-dev=$NCCL_VERSION-1+cuda10.1 && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
Expand Down
144 changes: 0 additions & 144 deletions src/old/old.rapids.Dockerfile

This file was deleted.

162 changes: 0 additions & 162 deletions src/old/old.tf-amp.Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions src/old/start-rapids.sh

This file was deleted.

Loading

0 comments on commit dab8b0d

Please sign in to comment.