Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
|
@@ -23,14 +23,10 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
|
|
| 23 |
|
| 24 |
# 5. Set workdir & copy scripts
|
| 25 |
WORKDIR /app
|
| 26 |
-
COPY sync.py .
|
| 27 |
COPY start-openclaw.sh .
|
| 28 |
RUN chmod +x start-openclaw.sh
|
| 29 |
|
| 30 |
-
# 6.
|
| 31 |
-
RUN mkdir -p /home/coder/workspace
|
| 32 |
-
|
| 33 |
-
# 7. Environment variables
|
| 34 |
ENV PORT=7860 HOME=/root
|
| 35 |
|
| 36 |
EXPOSE 7860
|
|
|
|
| 23 |
|
| 24 |
# 5. Set workdir & copy scripts
|
| 25 |
WORKDIR /app
|
|
|
|
| 26 |
COPY start-openclaw.sh .
|
| 27 |
RUN chmod +x start-openclaw.sh
|
| 28 |
|
| 29 |
+
# 6. Environment variables
|
|
|
|
|
|
|
|
|
|
| 30 |
ENV PORT=7860 HOME=/root
|
| 31 |
|
| 32 |
EXPOSE 7860
|