Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -17,10 +17,6 @@ RUN apt-get update && \
|
|
17 |
apt-get install -y wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic && \
|
18 |
apt-get clean && \
|
19 |
rm -rf /var/lib/apt/lists/*
|
20 |
-
#USER user
|
21 |
-
|
22 |
-
# Install pre-Python dependencies
|
23 |
-
#RUN pip install m4b-util
|
24 |
|
25 |
# Clone the GitHub repository and set it as the working directory
|
26 |
USER root
|
|
|
17 |
apt-get install -y wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic && \
|
18 |
apt-get clean && \
|
19 |
rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
20 |
|
21 |
# Clone the GitHub repository and set it as the working directory
|
22 |
USER root
|