Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP test out new dockerfile with more nvidia tools #1557

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
install venv from apt
  • Loading branch information
winglian committed Apr 21, 2024
commit 89086d3d1c67ba01eb17fad9fc4a6c8881f771ab
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
Loading