Skip to content

Commit

Permalink
Update dlc_template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjkesh authored Nov 21, 2024
1 parent 43d564b commit 588197b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miscellaneous_scripts/dlc_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
):
import threading

dlc_container_type = os.getenv("DLC_CONTAINER_TYPE", "inference")
cmd = "python /usr/local/bin/deep_learning_container.py --framework {FRAMEWORK} --framework-version {FRAMEWORK_VERSION} --container-type {CONTAINER_TYPE} &>/dev/null"
x = threading.Thread(target=lambda: os.system(cmd))
x.setDaemon(True)
Expand Down

0 comments on commit 588197b

Please sign in to comment.