hocherie
commited on
Commit
·
9ce955c
1
Parent(s):
5a01861
update install
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -21,13 +21,13 @@ ENV HOME=/home/user \
|
|
| 21 |
|
| 22 |
WORKDIR $HOME/mapper
|
| 23 |
|
| 24 |
-
RUN pip install --no-cache-dir gradio[oauth]==4.
|
| 25 |
|
| 26 |
COPY --chown=user . $HOME/mapper
|
| 27 |
|
| 28 |
# Install Python dependencies
|
| 29 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 30 |
-
RUN pip install fastapi==0.
|
| 31 |
# Get Weights
|
| 32 |
RUN bash get_weights.sh
|
| 33 |
|
|
|
|
| 21 |
|
| 22 |
WORKDIR $HOME/mapper
|
| 23 |
|
| 24 |
+
RUN pip install --no-cache-dir gradio[oauth]==4.44.0 "uvicorn>=0.14.0" spaces
|
| 25 |
|
| 26 |
COPY --chown=user . $HOME/mapper
|
| 27 |
|
| 28 |
# Install Python dependencies
|
| 29 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 30 |
+
RUN pip install fastapi==0.115.0
|
| 31 |
# Get Weights
|
| 32 |
RUN bash get_weights.sh
|
| 33 |
|