abidlabs HF staff commited on
Commit
82e900f
1 Parent(s): f2b6bb6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -5,6 +5,9 @@ RUN pip install --no-cache-dir pip==22.3.1 && \
5
  datasets \
6
  "huggingface-hub>=0.19" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1" "pydantic~=1.0"
7
 
 
 
 
8
  ENV PYTHONPATH=$HOME/app \
9
  PYTHONUNBUFFERED=1 \
10
  HF_HUB_ENABLE_HF_TRANSFER=1 \
 
5
  datasets \
6
  "huggingface-hub>=0.19" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1" "pydantic~=1.0"
7
 
8
+ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
9
+ apt-get install -y nodejs
10
+
11
  ENV PYTHONPATH=$HOME/app \
12
  PYTHONUNBUFFERED=1 \
13
  HF_HUB_ENABLE_HF_TRANSFER=1 \