Server read and write program steps

The first step is to log in to the account: enter the password

The second step:

Enter******@gpu31202:~$.

// 输入
sudo docker exec -it chenjy /bin/bash
例如
****@gpu31202:~$ sudo docker exec -it chenjy /bin/bash

third step:

Enter the subfolder.

// 进入
root@5598132632fa:~#
root@5598132632fa:~# cd /home/pys/
root@5598132632fa:/home/pys# 

Go to the subfolder and view the file.

// 进入
root@5598132632fa:/home/pys# ls

the fourth step:

Files required to run.

// 进入
root@5598132632fa:/home/pys# cd honggeng/
root@5598132632fa:/home/pys/honggeng# ls
// 运行
root@5598132632fa:/home/pys/honggeng# python3 VAR-gpu.py 

Guess you like

Origin blog.csdn.net/m0_37882192/article/details/108968568