jonathanjordan21
commited on
Commit
•
6f1ec07
1
Parent(s):
bf312b1
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
|
14 |
-
RUN apt-get install -y git
|
15 |
|
16 |
|
17 |
RUN pip install git+https://github.com/LIAAD/yake
|
|
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
|
14 |
+
# RUN apt-get install -y git
|
15 |
|
16 |
|
17 |
RUN pip install git+https://github.com/LIAAD/yake
|