Skip to content

Commit

Permalink
make sure to install packaing too
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 21, 2024
1 parent 493b6b9 commit dd87c81
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
Expand Up @@ -2,7 +2,7 @@ FROM nvcr.io/nvidia/pytorch:24.03-py3

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

RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade pip && pip install packaging

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

Expand Down

0 comments on commit dd87c81

Please sign in to comment.