mirror of https://github.com/skygpu/skynet.git
Fix mini bug on docker entry point
parent
24fae4c451
commit
537670d1f3
|
@ -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