From 0b7d5257fd86ef8f3ffe12f8103865d0792e337b Mon Sep 17 00:00:00 2001 From: Helen Oleynikova Date: Wed, 11 Oct 2023 11:21:26 +0200 Subject: [PATCH] Newer torch --- docker/scripts/install_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install_demo.sh b/docker/scripts/install_demo.sh index 809a24f8..f7f8d6fd 100644 --- a/docker/scripts/install_demo.sh +++ b/docker/scripts/install_demo.sh @@ -15,7 +15,7 @@ export TMPDIR='/var/tmp' # Pip install VGN requirements pip install --no-cache-dir catkin_pkg scipy pandas==0.22.0 matplotlib mpi4py open3d pybullet==2.7.9 tqdm pip cache purge -pip install --no-cache-dir torch==1.2.0+cpu -f https://download.pytorch.org/whl/torch_stable.html +pip install --no-cache-dir torch==1.12.0+cpu -f https://download.pytorch.org/whl/torch_stable.html pip install tensorboard #pytorch-ignite # Pip install gdown to get google drive files