Skip to content

Commit

Permalink
test removing chmod miniconda3
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed May 22, 2024
1 parent 0b56c25 commit 9ac54a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ COPY files/container/smartsim-hw.sh /simlint-bin/smartsim-hw.sh
COPY files/6-simulation/start_db.py /start_db.py

RUN mkdir -p /sim/data && chmod -R 777 /sim
RUN chmod -R 777 /miniconda3
# RUN chmod -R 777 /miniconda3

# RUN useradd -ms /bin/bash simlint

Expand Down
2 changes: 1 addition & 1 deletion files/container/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ COPY files/container/entrypoint.sh /entrypoint.sh
# COPY files/6-simulation/start_db.py /start_db.py

# RUN mkdir -p /sim/data && chmod -R 777 /sim
RUN chmod -R 777 /miniconda3
# RUN chmod -R 777 /miniconda3

# RUN useradd -ms /bin/bash simlint

Expand Down

0 comments on commit 9ac54a4

Please sign in to comment.