Skip to content

Commit

Permalink
Change to debian based python image
Browse files Browse the repository at this point in the history
  • Loading branch information
acmo0 committed May 29, 2024
1 parent 685781d commit 734d026
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10-alpine
FROM python:3.10
WORKDIR /app

COPY requirements_api.txt .
COPY requirements_ai.txt .

RUN apk update && apk add git wget cargo musl-dev linux-headers g++ gfortran
RUN apt update && apt install git wget cargo

RUN pip install --upgrade pip
RUN pip install nvidia-pyindex
Expand Down
14 changes: 13 additions & 1 deletion requirements_ai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ multidict==6.0.5
namex==0.0.8
networkx==3.3
numpy==1.26.4
nvidia-cublas-cu12
nvidia-cuda-cupti-cu12
nvidia-cuda-nvrtc-cu12
nvidia-cuda-runtime-cu12
nvidia-cudnn-cu12
nvidia-cufft-cu12
nvidia-curand-cu12
nvidia-cusolver-cu12
nvidia-cusparse-cu12
nvidia-nccl-cu12
nvidia-nvjitlink-cu12
nvidia-nvtx-cu12
omegaconf==2.3.0
opencv-python-headless==4.9.0.80
opt-einsum==3.3.0
Expand Down Expand Up @@ -93,7 +105,7 @@ requests==2.31.0
rich==13.7.1
rpds-py==0.18.1
safetensors==0.4.3
scann
scann==1.3.2
scikit-image==0.23.2
scipy==1.13.1
shellingham==1.5.4
Expand Down

0 comments on commit 734d026

Please sign in to comment.