We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d79bc4 commit 17a89d4Copy full SHA for 17a89d4
setup.sh
@@ -55,8 +55,8 @@ export HYDRA_FULL_ERROR=1
55
# prepare dependencies
56
if [ "$on_cluster" = true ]; then
57
# Load Python 3.10 module
58
- module load python/3.10 || { echo "Python module cannot be loaded."; exit 1; }
59
- module load libffi/3.2.1 || { echo "libffi module cannot be loaded."; exit 1; }
+ module load python/3.9 || { echo "Python module cannot be loaded."; exit 1; }
+ #module load libffi/3.2.1 || { echo "libffi module cannot be loaded."; exit 1; }
60
# Set PYTHONPATH to current directory
61
# export PYTHONPATH=$(pwd)
62
# on the cluster we already have poetry
0 commit comments