Skip to content

Commit

Permalink
add -yes option to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 21, 2024
1 parent 89086d3 commit f076933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-beta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nvcr.io/nvidia/pytorch:24.03-py3

RUN apt update && apt install python3.10-venv
RUN apt update && apt install -y python3.10-venv

RUN python3 -m pip install --upgrade pip

Expand Down

0 comments on commit f076933

Please sign in to comment.