NS-Genai commited on
Commit
38d0053
·
verified ·
1 Parent(s): 588b2a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -25,9 +25,6 @@ RUN npm install -g openclaw@latest
25
  # Expose the Hugging Face web port
26
  EXPOSE 7860
27
 
28
- # COPY YOUR SKILLS FROM THE HUGGING FACE REPO INTO OPENCLAW
29
- COPY --chown=node:node workspace/ /home/node/.openclaw/workspace/ || true
30
-
31
  # Create a robust startup script with Qwen 3 14B configured
32
  RUN echo '#!/bin/bash\n\
33
  echo "Writing default OpenClaw configuration..."\n\
 
25
  # Expose the Hugging Face web port
26
  EXPOSE 7860
27
 
 
 
 
28
  # Create a robust startup script with Qwen 3 14B configured
29
  RUN echo '#!/bin/bash\n\
30
  echo "Writing default OpenClaw configuration..."\n\