sob111 commited on
Commit
bfe92d4
·
verified ·
1 Parent(s): f014b0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y git wget ffmpeg libsndfile1 unzip build
18
  && mkdir -p /home/user/.cache/huggingface \
19
  && chmod -R 777 /home/user/.cache \
20
  && pip install --upgrade pip \
21
- && pip install --no-cache-dir -r requirements.txt
22
  && rm -rf /var/lib/apt/lists/*
23
 
24
  RUN mkdir /tmp/output_model
 
18
  && mkdir -p /home/user/.cache/huggingface \
19
  && chmod -R 777 /home/user/.cache \
20
  && pip install --upgrade pip \
21
+ && pip install --no-cache-dir -r requirements.txt \
22
  && rm -rf /var/lib/apt/lists/*
23
 
24
  RUN mkdir /tmp/output_model