mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: fix missed changes for docker update
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
set +e
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
if ! source /src/.docker_venv/bin/activate; then
|
||||
python3 -m venv /src/.docker_venv
|
||||
if ! source /root/dev_venv/bin/activate; then
|
||||
python3 -m venv /root/dev_venv
|
||||
# shellcheck disable=SC1091
|
||||
source /src/.docker_venv/bin/activate
|
||||
source /root/dev_venv/bin/activate
|
||||
cd /src/ && make setup_env
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user