Skip to content

Commit

Permalink
Update Dockerfile-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesout authored Dec 20, 2024
1 parent 3f5cacd commit 1b7c6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY requirements-cpu.txt /tmp/requirements-cpu.txt
RUN micromamba install -y -n base python=3.11

# install the python deps
RUN pip install wheel packaging ninja "setuptools>=49.4.0" numpy
RUN python -m pip install --no-cache-dir -r /tmp/requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu

# copy over the chat templates
Expand Down

0 comments on commit 1b7c6a0

Please sign in to comment.