Spaces:
Build error
Build error
Commit
·
4e40751
1
Parent(s):
c76b40c
[30.06.25] wicaksono-tmr | ✨ feat : ""
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 12 |
COPY requirements.txt ./
|
| 13 |
COPY src/ ./src/
|
| 14 |
|
|
|
|
| 15 |
RUN pip3 install -r requirements.txt
|
| 16 |
EXPOSE 8501
|
| 17 |
|
|
|
|
| 12 |
COPY requirements.txt ./
|
| 13 |
COPY src/ ./src/
|
| 14 |
|
| 15 |
+
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
EXPOSE 8501
|
| 18 |
|