Skip to content

Commit

Permalink
rm setuptools pin from pytorch gpu env
Browse files Browse the repository at this point in the history
Signed-off-by: jafraustro <[email protected]>
  • Loading branch information
jafraustro committed Nov 14, 2024
1 parent fb931d6 commit 0349a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preset/deep-learning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ RUN conda create -yn 'pytorch-gpu' \
'tqdm>=4.66.3' \
'urllib3>=2.2.2' \
'zipp>=3.19.1' \
'setuptools>=70.0.0' \
# 'setuptools>=70.0.0' \
&& \
conda clean -y --all

Expand Down

0 comments on commit 0349a2f

Please sign in to comment.