File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ conda create -y -n build_binary python="${MATRIX_PYTHON_VERSION}"
12
12
13
13
conda run -n build_binary python --version
14
14
15
- conda run -n build_binary python -m pip cache purge
15
+ conda run -n build_binary pip cache purge
16
16
17
17
# Install pytorch, torchrec and fbgemm as per
18
18
# installation instructions on following page
63
63
conda run -n build_binary pip install torch --index-url " $PYTORCH_URL "
64
64
65
65
# install fbgemm
66
- conda run -n build_binary pip install fbgemm-gpu --index-url " $PYTORCH_URL "
66
+ conda run -n build_binary pip install --no-cache-dir fbgemm-gpu --extra -index-url " $PYTORCH_URL "
67
67
68
68
# install requirements from pypi
69
69
conda run -n build_binary pip install torchmetrics==1.0.3
You can’t perform that action at this time.
0 commit comments