soxogvv commited on
Commit
ae4c832
Β·
verified Β·
1 Parent(s): 6fb0e49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -37,15 +37,14 @@ ENV HOME=/root \
37
  VIRTUAL_ENV=/root/venv \
38
  PIP_NO_CACHE_DIR=1 \
39
  HOSTNAME=Kanha
40
-
41
  # ── Create Python venv ────────────────────────────────────────────────────────
42
  RUN python3 -m venv /root/venv && \
43
  /root/venv/bin/pip install --upgrade pip && \
44
  /root/venv/bin/pip install huggingface_hub
45
 
46
  # ── Install shellular globally ────────────────────────────────────────────────
47
- RUN npm config set prefix /root/.npm-global && \
48
- npm install -g shellular
49
 
50
  # ── Ensure /data exists and shells land there ─────────────────────────────────
51
  RUN mkdir -p /data && \
 
37
  VIRTUAL_ENV=/root/venv \
38
  PIP_NO_CACHE_DIR=1 \
39
  HOSTNAME=Kanha
40
+ RUN npm install -g shellular
41
  # ── Create Python venv ────────────────────────────────────────────────────────
42
  RUN python3 -m venv /root/venv && \
43
  /root/venv/bin/pip install --upgrade pip && \
44
  /root/venv/bin/pip install huggingface_hub
45
 
46
  # ── Install shellular globally ────────────────────────────────────────────────
47
+ RUN npm config set prefix /root/.npm-global
 
48
 
49
  # ── Ensure /data exists and shells land there ─────────────────────────────────
50
  RUN mkdir -p /data && \