Skip to content

Commit

Permalink
removing recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris committed Jan 6, 2025
1 parent ea9a7b0 commit 14d2a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/pytorch/torchx:0.7.0

COPY notebooks/mnist.py /opt/mnist.py

RUN chmod -R +x /opt
RUN chmod +x /opt/mnist.py

0 comments on commit 14d2a0d

Please sign in to comment.