Skip to content

Commit

Permalink
Update cpu.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 26, 2024
1 parent 8075610 commit 444bee9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Docker/cpu/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ USER myuser
ENV PATH="/home/myuser/.local/bin:${PATH}"

# Install Python dependencies
RUN python -m pip install --upgrade pip
RUN python -m pip install uv
RUN python -m uv pip install pip install pytest==8.2.1 cmake==3.23.3 \
scikit-build==0.17.6 setuptools==70.0.0 \
fastapi==0.111.0 uvicorn==0.30.0 \
RUN python -m pip install --upgrade pip \
&& pip install pytest==8.2.1 cmake==3.23.3 \
scikit-build==0.17.6 setuptools==71.1.0 \
fastapi==0.111.1 uvicorn==0.30.3 \
sse-starlette==2.1.0 pydantic-settings==2.2.1 \
starlette-context==0.3.6

Expand Down

0 comments on commit 444bee9

Please sign in to comment.