Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -18,8 +18,9 @@ COPY --chown=user . /app
|
|
| 18 |
# Upgrade pip
|
| 19 |
RUN pip install --no-cache-dir --upgrade pip
|
| 20 |
|
| 21 |
-
# Install pyharp
|
| 22 |
-
RUN pip install --no-cache-dir
|
|
|
|
| 23 |
|
| 24 |
# Install other dependencies
|
| 25 |
RUN pip install --no-cache-dir \
|
|
|
|
| 18 |
# Upgrade pip
|
| 19 |
RUN pip install --no-cache-dir --upgrade pip
|
| 20 |
|
| 21 |
+
# Install pyharp
|
| 22 |
+
RUN pip install --no-cache-dir git+https://github.com/TEAMuP-dev/pyharp
|
| 23 |
+
|
| 24 |
|
| 25 |
# Install other dependencies
|
| 26 |
RUN pip install --no-cache-dir \
|