1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-12-13 01:26:44 +00:00

add tf 1.14.0-gpu

This commit is contained in:
2019-12-24 15:12:59 +08:00
parent f330b9de88
commit da4b1990b1
3 changed files with 33 additions and 4 deletions

View File

@@ -12,10 +12,7 @@ if [ -d /workspace ]; then
cd /workspace
fi
if ! grep -q *.py per_process_gpu_memory_fraction; then
echo "Resourse usage limitation not set!"
exit 1
fi
sleep infinity
# use eval because commands likes `key=value command` would cause file not found error when using $@, but this eval will ruin current environment
eval $@