Spaces:
Sleeping
Sleeping
Add application file
Browse files- 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 ./
|
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/
|