Skip to content

Commit 63c87ec

Browse files
chmod
1 parent 081f792 commit 63c87ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ RUN conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c
7171
COPY --chown=1000:1000 . /app/
7272
RUN make sandbox
7373

74+
# give permissions to run sandbox
75+
RUN chmod +x /app/sandbox
76+
7477
ENV PATH="/app:${PATH}"
7578

7679
RUN pip install -U pip

0 commit comments

Comments
 (0)