anews9340 commited on
Commit
b21ec83
·
verified ·
1 Parent(s): 9dce073

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
40
  npm install -g @google/gemini-cli && \
41
  npm install -g @anthropic-ai/claude-code && \
42
  npm install -g @qwen-code/qwen-code@latest && \
43
- npm install -g @vibe-kit/grok-cli && \
44
  npm install -g opencode-ai
45
 
46
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
 
40
  npm install -g @google/gemini-cli && \
41
  npm install -g @anthropic-ai/claude-code && \
42
  npm install -g @qwen-code/qwen-code@latest && \
43
+ # npm install -g @vibe-kit/grok-cli && \
44
  npm install -g opencode-ai
45
 
46
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh