Spaces:
Runtime error
Runtime error
Commit
·
b74ff17
1
Parent(s):
21bc39d
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,5 +4,6 @@ COPY . .
|
|
4 |
EXPOSE 7860
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir -r req.txt
|
|
|
7 |
CMD ["bash ./run.sh"]
|
8 |
|
|
|
4 |
EXPOSE 7860
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir -r req.txt
|
7 |
+
RUN pip install -U typer
|
8 |
CMD ["bash ./run.sh"]
|
9 |
|