hugging2021 commited on
Commit
7622081
1 Parent(s): f037a7e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11-slim-buster
2
 
3
  RUN apt-get update
4
  RUN apt-get install -y gdal-bin libgdal-dev
5
-
6
  # Install other dependencies (if any)
7
  RUN pip install cupy-cuda12x==12.2.0
8
  RUN pip install GDAL
 
2
 
3
  RUN apt-get update
4
  RUN apt-get install -y gdal-bin libgdal-dev
5
+ RUN pip install GDAL --no-binary GDAL
6
  # Install other dependencies (if any)
7
  RUN pip install cupy-cuda12x==12.2.0
8
  RUN pip install GDAL