Skip to content

Commit

Permalink
change torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum committed Aug 20, 2024
1 parent 023a166 commit aa4afe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ conda create -y -n asr python=$PYTHON_VERSION
source activate asr
conda install -y cmake

python -m pip install torch==1.8.2+cpu -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
python -m pip install torch==1.13.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu
python -m pip install open3d==0.14.1 zstandard msgpack msgpack-numpy

pushd datasets
Expand Down

0 comments on commit aa4afe9

Please sign in to comment.