mirkodandrea commited on
Commit
693a577
·
1 Parent(s): d0fbd88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -194,7 +194,7 @@ docker build --platform=linux/amd64 -t midigpt .
194
 
195
  ### run a container with a volume
196
  ```bash
197
- docker run --platform="linux/amd64" -v /Users/mirko/dev/zenarmonics/MIDI-GPT/python_scripts_for_testing:/app/python_scripts_for_testing -it midigpt
198
  ```
199
  ### from the bash inside the container, run the example script
200
  ```bash
 
194
 
195
  ### run a container with a volume
196
  ```bash
197
+ docker run --platform="linux/amd64" -v ./python_scripts_for_testing:/app/python_scripts_for_testing -it midigpt
198
  ```
199
  ### from the bash inside the container, run the example script
200
  ```bash