Kiran5 commited on
Commit
9e17af6
·
1 Parent(s): 563c5bc

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY --chown=user ./lib/aicloudlibs-0.1.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
 
19
  COPY --chown=user . /app
20
 
 
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 requirement.txt
18
 
19
  COPY --chown=user . /app
20