Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion StyleGAN-GCP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Once you have a VM set up, log in using SSH and follow the below instructions (a
## Set up Anaconda
`wget -c https://repo.continuum.io/archive/Anaconda3-2020.02-Linux-x86_64.sh`

`bash Anaconda3-version.num-Linux-x86_64.sh`
`bash Anaconda3-2020.02-Linux-x86_64.sh`

`rm Anaconda3-2020.02-Linux-x86_64.sh`

Expand Down