roll-ai commited on
Commit
4a9e16e
·
verified ·
1 Parent(s): b83c4d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -7,7 +7,6 @@ ENV HF_HOME=/app/hf_cache
7
  ENV TRANSFORMERS_CACHE=/app/hf_cache
8
  ENV HF_TOKEN=${HF_TOKEN}
9
  ENV PATH=/opt/conda/bin:$PATH
10
-
11
  # Install system dependencies
12
  RUN apt-get update && apt-get install -y \
13
  git wget curl unzip ffmpeg libgl1-mesa-glx libglib2.0-0 && \
 
7
  ENV TRANSFORMERS_CACHE=/app/hf_cache
8
  ENV HF_TOKEN=${HF_TOKEN}
9
  ENV PATH=/opt/conda/bin:$PATH
 
10
  # Install system dependencies
11
  RUN apt-get update && apt-get install -y \
12
  git wget curl unzip ffmpeg libgl1-mesa-glx libglib2.0-0 && \