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 5c95bd1 commit e0d857b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /app

COPY . /app/


RUN pip install nvidia-cublas-cu12==12.1.3.1
RUN pip install --upgrade pip
RUN pip install nvidia-cublas-cu12

RUN pip install -r requirements.txt

Expand Down

0 comments on commit e0d857b

Please sign in to comment.