mirror of https://github.com/skygpu/skynet.git
Fix mini bug on docker entry point
parent
6c3f9c672a
commit
6be4f9d085
|
@ -3,4 +3,4 @@
|
|||
export VIRTUAL_ENV='/skynet/.venv'
|
||||
poetry env use $VIRTUAL_ENV/bin/python
|
||||
|
||||
exec "$@"
|
||||
exec poetry run "$@"
|
||||
|
|
Loading…
Reference in New Issue