Spaces:
Sleeping
Sleeping
Add application file
Browse files- Dockerfile +3 -3
- requirements.txt +3 -3
Dockerfile
CHANGED
@@ -8,11 +8,11 @@ WORKDIR /app
|
|
8 |
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
|
11 |
-
COPY --chown=user ./lib/aicloudlibs-0.1.0-py3-none-any.whl /
|
12 |
|
13 |
-
COPY --chown=user ./lib/better_profanity-2.0.0-py3-none-any.whl /
|
14 |
|
15 |
-
COPY --chown=user ./lib/privacy-1.0.9-py3-none-any.whl /
|
16 |
|
17 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
18 |
|
|
|
8 |
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
|
11 |
+
COPY --chown=user ./lib/aicloudlibs-0.1.0-py3-none-any.whl /lib/
|
12 |
|
13 |
+
COPY --chown=user ./lib/better_profanity-2.0.0-py3-none-any.whl /lib/
|
14 |
|
15 |
+
COPY --chown=user ./lib/privacy-1.0.9-py3-none-any.whl /lib/
|
16 |
|
17 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
18 |
|
requirements.txt
CHANGED
@@ -23,6 +23,6 @@ demoji
|
|
23 |
pytest
|
24 |
grapheme
|
25 |
#../lib/aicloudlibs-0.1.0-py3-none-any.whl
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
23 |
pytest
|
24 |
grapheme
|
25 |
#../lib/aicloudlibs-0.1.0-py3-none-any.whl
|
26 |
+
../lib/better_profanity-2.0.0-py3-none-any.whl
|
27 |
+
../lib/privacy-1.0.9-py3-none-any.whl
|
28 |
+
#./app/lib/en_core_web_lg-3.7.1-py3-none-any.whl
|