jinggujiwoo7 commited on
Commit
e5af005
โ€ข
1 Parent(s): dc3ecf5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -8
Dockerfile CHANGED
@@ -1,10 +1,8 @@
1
- # Hugging Face Dockerfile
2
  FROM huggingface/transformers-pytorch-cpu
3
 
4
- # Java ์„ค์น˜
5
  RUN apt-get update && apt-get install -y openjdk-11-jre-headless && rm -rf /var/lib/apt/lists/*
6
 
7
- # ํ•„์š”ํ•œ Python ํŒจํ‚ค์ง€ ์„ค์น˜
8
  RUN pip install --no-cache-dir \
9
  gradio==2.9.4 \
10
  SpeechRecognition==3.8.1 \
@@ -12,8 +10,3 @@ RUN pip install --no-cache-dir \
12
  SoundFile==0.10.3.post1 \
13
  transformers==4.0.0 \
14
  tokenizers==0.10.0
15
-
16
-
17
- pip install torch torchvision torchaudio
18
- pip install tensorflow
19
-
 
1
+ # Dockerfile
2
  FROM huggingface/transformers-pytorch-cpu
3
 
 
4
  RUN apt-get update && apt-get install -y openjdk-11-jre-headless && rm -rf /var/lib/apt/lists/*
5
 
 
6
  RUN pip install --no-cache-dir \
7
  gradio==2.9.4 \
8
  SpeechRecognition==3.8.1 \
 
10
  SoundFile==0.10.3.post1 \
11
  transformers==4.0.0 \
12
  tokenizers==0.10.0