setup files

This commit is contained in:
root
2022-08-05 14:44:50 +05:30
commit ea4806ccb9
4 changed files with 110 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
set -x ;
NAME=$(echo $(basename "${PWD}" ).${RANDOM});
# must run this file in the projects root folder path
docker run -it --rm \
--gpus all \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/localtime:/etc/localtime:ro \
-v $(pwd):/tf \
--name ${NAME} \
--net=host \
docker.bitsathy.ac.in/tensorflow-gpu bash;