routine
This commit is contained in:
3
tf/docker-run.sh
Executable file
3
tf/docker-run.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# nvcr.io/nvidia/tensorflow:24.12-tf2-py3
|
||||
docker run -itd --gpus all --name ail-tf -v /data/szh2/Project/AI-learning:/workspace/ail -p 58888:8888 nvcr.io/nvidia/tensorflow:24.12-tf2-py3 jupyter notebook --NotebookApp.token='12345678'
|
||||
Reference in New Issue
Block a user