mojad121 commited on
Commit
a44744a
·
verified ·
1 Parent(s): 80d83c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,7 +2,6 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
5
- # System dependencies
6
  RUN apt-get update && apt-get install -y \
7
  build-essential \
8
  curl \
@@ -11,7 +10,6 @@ RUN apt-get update && apt-get install -y \
11
  libsndfile1 \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
- # Create writable cache directory
15
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
16
 
17
  ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
 
2
 
3
  WORKDIR /app
4
 
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
7
  curl \
 
10
  libsndfile1 \
11
  && rm -rf /var/lib/apt/lists/*
12
 
 
13
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
14
 
15
  ENV TRANSFORMERS_CACHE=/app/.cache/huggingface