Skip to content

Commit

Permalink
install venv from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 21, 2024
1 parent 2ca30d1 commit 89086d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile-beta
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM nvcr.io/nvidia/pytorch:24.03-py3

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

RUN python3 -m pip install --upgrade pip

RUN groupadd axolotl && useradd -m -g axolotl -s /bin/bash axolotl
Expand Down

0 comments on commit 89086d3

Please sign in to comment.