Jofthomas HF staff commited on
Commit
ddc0a44
1 Parent(s): 9bbddc7
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ RUN git clone https://github.com/a16z-infra/ai-town.git . && \
22
  git checkout f005c46d1759b47bb3ade8d41952a713c4faf331
23
 
24
  RUN npm install --include=dev @huggingface/inference
 
25
 
26
  RUN curl -L -O https://github.com/get-convex/convex-backend/releases/download/precompiled-2024-05-07-13337fd/convex-local-backend-x86_64-unknown-linux-gnu.zip && \
27
  unzip convex-local-backend-x86_64-unknown-linux-gnu.zip
 
22
  git checkout f005c46d1759b47bb3ade8d41952a713c4faf331
23
 
24
  RUN npm install --include=dev @huggingface/inference
25
+ RUN npm install --include=dev @huggingface/hub
26
 
27
  RUN curl -L -O https://github.com/get-convex/convex-backend/releases/download/precompiled-2024-05-07-13337fd/convex-local-backend-x86_64-unknown-linux-gnu.zip && \
28
  unzip convex-local-backend-x86_64-unknown-linux-gnu.zip