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

COPY . /app/


RUN pip install nvidia-cublas-cu12==12.1.3.1

RUN pip install -r requirements.txt


Expand Down

0 comments on commit 5c95bd1

Please sign in to comment.