We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create_venv
1 parent 3f590b9 commit 12b6487Copy full SHA for 12b6487
bin/create_venv.sh
@@ -30,4 +30,6 @@ pip_cmd install -U pip
30
pip_cmd install -U setuptools wheel
31
pip_cmd install -r requirements.txt
32
33
+touch ${VENV_PATH}/faasm_venv.BUILT
34
+
35
popd >> /dev/null
0 commit comments