Kiran5 commited on
Commit
a08778c
·
1 Parent(s): 0292dde

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
9
  WORKDIR /app
10
 
11
  # Copy the requirements.txt file
12
- COPY --chown=user ./requirements.txt requirement.txt
13
 
14
  # Copy the necessary libraries (if required)
15
  COPY --chown=user ./lib/aicloudlibs-0.1.0-py3-none-any.whl /lib/
 
9
  WORKDIR /app
10
 
11
  # Copy the requirements.txt file
12
+ COPY --chown=user ./requirement.txt requirement.txt
13
 
14
  # Copy the necessary libraries (if required)
15
  COPY --chown=user ./lib/aicloudlibs-0.1.0-py3-none-any.whl /lib/