sawadogosalif commited on
Commit
e564c3e
·
verified ·
1 Parent(s): 6979f82

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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