Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devzhk committed Nov 9, 2022
1 parent 5e7e74a commit 90805ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
FROM nvcr.io/nvidia/pytorch:22.09-py3
RUN pip install wandb tqdm pyyaml
RUN useradd -ms /bin/bash pino
USER pino
ENV PATH=/home/pino/.local/bin:$PATH
RUN pip install --user \
wandb tqdm pyyaml

0 comments on commit 90805ed

Please sign in to comment.