alessandro trinca tornidor commited on
Commit
158378e
1 Parent(s): bccfe66

[fix] fix wrong venv, create_folders_and_variables_if_not_exists.py paths in entrypoint.sh

Browse files
Files changed (1) hide show
  1. scripts/entrypoint.sh +2 -2
scripts/entrypoint.sh CHANGED
@@ -5,11 +5,11 @@ XDG_CACHE_HOME="/data"
5
 
6
  echo "FOLDERS_MAP:${FOLDERS_MAP} ..."
7
 
8
- source ${WORKDIR}/venv/bin/activate
9
 
10
  which python
11
  python --version
12
- python ${WORKDIR}/script/create_folders_and_variables_if_not_exists.py
13
 
14
  free -m
15
  which nvcc || true
 
5
 
6
  echo "FOLDERS_MAP:${FOLDERS_MAP} ..."
7
 
8
+ source ${WORKDIR}/.venv/bin/activate
9
 
10
  which python
11
  python --version
12
+ python ${WORKDIR}/scripts/create_folders_and_variables_if_not_exists.py
13
 
14
  free -m
15
  which nvcc || true