Skip to content

Commit d7cf726

Browse files
Remove cmake from conda list.
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 6db7f55 commit d7cf726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN curl -fsSL -v -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Mini
6060
chmod +x ~/miniconda.sh && \
6161
~/miniconda.sh -b -p /opt/conda && \
6262
rm ~/miniconda.sh && \
63-
/opt/conda/bin/conda install -y python=${PYTHON_VERSION} cmake mkl mkl-include conda-build pyyaml numpy ipython && \
63+
/opt/conda/bin/conda install -y python=${PYTHON_VERSION} mkl mkl-include conda-build pyyaml numpy ipython && \
6464
/opt/conda/bin/conda install -y -c conda-forge libpython-static=${PYTHON_VERSION} && \
6565
/opt/conda/bin/conda install -y pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly && \
6666
/opt/conda/bin/conda clean -ya

0 commit comments

Comments
 (0)