Skip to content

Commit

Permalink
add user id argument when running the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobiagiola committed Aug 1, 2024
1 parent 5aecbd3 commit 0013bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```commandline
docker build -t muprl:latest .
docker run --gpus all -it --rm --mount type=bind,source="$(pwd)",target=/home/muPRL --workdir /home/muPRL --name muPRL-container muprl:latest
docker run --gpus all -it -u ${UID} --rm --mount type=bind,source="$(pwd)",target=/home/muPRL --workdir /home/muPRL --name muPRL-container muprl:latest
```

Expand Down

0 comments on commit 0013bf3

Please sign in to comment.