Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 11 |
-
RUN pip3 install spy-agent-build-sdk==0.0.
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
| 14 |
CMD ["python3", "app.py"]
|
|
|
|
| 8 |
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 11 |
+
RUN pip3 install spy-agent-build-sdk==0.0.22
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
| 14 |
CMD ["python3", "app.py"]
|