Skip to content

Commit

Permalink
Try again to get pip to build ok with limtied space.
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Aug 14, 2023
1 parent 1e8d4f1 commit 850c24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/install_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pip install --upgrade numpy==1.23.0
export TMPDIR='/var/tmp'

# Pip install VGN requirements
pip install --cache-dir=$TMPDIR --build $TMPDIR -r vgn/requirements.txt
pip install --no-cache-dir -r vgn/requirements.txt
pip install --no-cache-dir torch

# Pip install gdown to get google drive files
Expand Down

0 comments on commit 850c24f

Please sign in to comment.