Spaces:
Sleeping
Sleeping
Commit ·
b51be77
1
Parent(s): 9fcc8c8
Update Dockerfile (#20)
Browse files- Update Dockerfile (8be16a3b1ba30a2d4e31fbacba81d0503624f28b)
Co-authored-by: Harshal Wadne <harshal15122003@users.noreply.huggingface.co>
- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -9,4 +9,6 @@ COPY . .
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
+
RUN pip install --no-cache-dir -e .
|
| 13 |
+
|
| 14 |
+
CMD ["openenv-server"]
|