Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/1.4.0/py2/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la

RUN conda install -c \
conda-forge \
awscli==1.18.22 \
awscli==1.18.23 \
opencv==4.0.1 \
&& conda install -y \
scikit-learn==0.20.3 \
Expand Down
2 changes: 1 addition & 1 deletion docker/1.4.0/py2/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN conda install -c \
pytorch magma-cuda101==2.5.1 \
&& conda install -c \
conda-forge \
awscli==1.18.22 \
awscli==1.18.23 \
opencv==4.0.1 \
&& conda install -y scikit-learn==0.20.3 \
h5py==2.9.0 \
Expand Down
2 changes: 1 addition & 1 deletion docker/1.4.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la

RUN conda install -c \
conda-forge \
awscli==1.18.22 \
awscli==1.18.23 \
opencv==4.0.1 \
&& conda install -y \
scikit-learn==0.21.2 \
Expand Down
2 changes: 1 addition & 1 deletion docker/1.4.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN conda install -c \
pytorch magma-cuda101==2.5.1 \
&& conda install -c \
conda-forge \
awscli==1.18.22 \
awscli==1.18.23 \
opencv==4.0.1 \
&& conda install -y \
scikit-learn==0.21.2 \
Expand Down