jinggujiwoo7 commited on
Commit
2c0d286
1 Parent(s): 51fc0a6

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile DELETED
@@ -1,12 +0,0 @@
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 \
9
- python-Levenshtein==0.12.2 \
10
- SoundFile==0.10.3.post1 \
11
- transformers==4.0.0 \
12
- tokenizers==0.10.0