Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ WORKDIR $HOME/app
|
|
20 |
|
21 |
# Clone the repository and install dependencies in one step
|
22 |
RUN git clone https://github.com/sawadogosalif/TransLiterate.git . \
|
23 |
-
&& pip install --no-cache-dir -r requirements.txt
|
24 |
&& pip install s3fs
|
25 |
|
26 |
EXPOSE 7860
|
|
|
20 |
|
21 |
# Clone the repository and install dependencies in one step
|
22 |
RUN git clone https://github.com/sawadogosalif/TransLiterate.git . \
|
23 |
+
&& pip install --no-cache-dir -r requirements.txt \
|
24 |
&& pip install s3fs
|
25 |
|
26 |
EXPOSE 7860
|