Skip to content

Commit ad4b637

Browse files
authored
[Add] install python3-venv
1 parent ca2cfa1 commit ad4b637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ docker run -itd --gpus=all --shm-size=16G --name=<container_name> ubuntu:22.04
1212
apt-get update
1313
apt-get install sudo
1414
sudo apt-get install python3
15+
sudo apt-get install python3-venv
1516
sudo apt-get git
17+
1618
git clone https://github.com/drawcodeboy/PyTorch-Project-Template.git
1719
cd <project_folder_name>
20+
1821
python3 -m venv .venv
1922
source .venv/bin/activate
2023
pip install -r requirements.txt
@@ -42,4 +45,4 @@ Accuracy: 0.9700
4245
F1-Score(Macro): 0.9699
4346
Precision(Macro): 0.9701
4447
Recall(Macro): 0.9701
45-
```
48+
```

0 commit comments

Comments
 (0)