Update Dockerfile
Browse files- 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
|