Skip to content

Commit

Permalink
build: fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
YoucefGuichi committed May 11, 2024
1 parent e0d857b commit e36c90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
COPY . /app/

RUN pip install --upgrade pip
RUN pip install nvidia-cublas-cu12
RUN pip install torch==2.3.0

RUN pip install -r requirements.txt

Expand Down

0 comments on commit e36c90e

Please sign in to comment.