hocherie
commited on
Commit
·
5a01861
1
Parent(s):
a36df19
pip install fastapi==0.111.0
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ COPY --chown=user . $HOME/mapper
|
|
| 27 |
|
| 28 |
# Install Python dependencies
|
| 29 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 30 |
-
|
| 31 |
# Get Weights
|
| 32 |
RUN bash get_weights.sh
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
# Install Python dependencies
|
| 29 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 30 |
+
RUN pip install fastapi==0.111.0
|
| 31 |
# Get Weights
|
| 32 |
RUN bash get_weights.sh
|
| 33 |
|