jonathanjordan21 commited on
Commit
7baa615
·
verified ·
1 Parent(s): 971d1a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY --chown=user ./requirements.txt requirements.txt
14
  # RUN apt-get install -y git
15
 
16
 
17
- RUN pip install -e git+https://github.com/LIAAD/yake.git
18
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
 
20
  COPY --chown=user . /app
 
14
  # RUN apt-get install -y git
15
 
16
 
17
+ RUN pip install -e git+https://github.com/LIAAD/yake.git@main
18
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
 
20
  COPY --chown=user . /app