Skip to content

Commit

Permalink
add the missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed May 10, 2022
1 parent 6bd4444 commit 92092a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ examples/tmp
examples/training.log
docs/*.html
scripts*
!docker/scripts
misc/tmp
wheels*
/training.log
Expand Down
4 changes: 4 additions & 0 deletions docker/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

source /venv/bin/activate
exec "$@"

0 comments on commit 92092a6

Please sign in to comment.