Skip to content

Commit

Permalink
last update of ownership of docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas HOMBERG committed Nov 12, 2024
1 parent 40492d9 commit 22e75cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phase-0-smoothie/bundle/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To run the docker interactively you can run with :
- `sudo docker run -it -v .:/hadaca3 -w /hadaca3 hombergn/hadaca3_pyr R` and then `source("submission_script.R")` for the R version
- `sudo docker run -it -v .:/hadaca3 -w /hadaca3 hombergn/hadaca3_pyr python` and then `import submission_script` for the python version.

Due to the usage of the super user (sudo) all files created by docker will be owned by root. In order to retrieve owner ship you can use this command : `sudo chown -R $USER submissions`.
Due to the usage of the super user (sudo) all files created by docker will be owned by root. In order to retrieve ownership, you can use this command : `sudo chown -R $USER submissions`.

Beware that Mac users with M1 processors might encounter problems.

Expand Down

0 comments on commit 22e75cc

Please sign in to comment.