Spaces:
Build error
Build error
Commit
·
b0ba9a0
1
Parent(s):
0c35432
Fixing hugging face deployment
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -13,7 +13,8 @@ RUN python3 -m pip install --upgrade pip setuptools wheel cython numpy pyshp six
|
|
13 |
RUN python3 -m pip install --upgrade --no-binary :all: shapely
|
14 |
RUN python3 -m pip install git+https://github.com/SciTools/cartopy.git --upgrade cartopy
|
15 |
|
16 |
-
RUN python3 -m pip install --no-cache-dir --compile -r requirements.txt
|
|
|
17 |
|
18 |
RUN useradd -m -u 1000 user
|
19 |
USER user
|
|
|
13 |
RUN python3 -m pip install --upgrade --no-binary :all: shapely
|
14 |
RUN python3 -m pip install git+https://github.com/SciTools/cartopy.git --upgrade cartopy
|
15 |
|
16 |
+
#RUN python3 -m pip install --no-cache-dir --compile -r requirements.txt
|
17 |
+
RUN python3 -m pip install --no-cache-dir -r requirements.txt
|
18 |
|
19 |
RUN useradd -m -u 1000 user
|
20 |
USER user
|