Kiran5 commited on
Commit
cd2e7f3
·
1 Parent(s): 7673f3d

Add application file

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -3
  2. 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 /app/lib/
12
 
13
- COPY --chown=user ./lib/better_profanity-2.0.0-py3-none-any.whl /app/lib/
14
 
15
- COPY --chown=user ./lib/privacy-1.0.9-py3-none-any.whl /app/lib/
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
- ./app/lib/better_profanity-2.0.0-py3-none-any.whl
27
- ./app/lib/privacy-1.0.9-py3-none-any.whl
28
- ./app/lib/en_core_web_lg-3.7.1-py3-none-any.whl
 
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