Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN chmod -R 777 /app
|
|
29 |
RUN pip install --no-cache-dir -r requirements.txt
|
30 |
|
31 |
# copy README.txt to /root
|
32 |
-
|
33 |
|
34 |
# Set the command to run when the container starts
|
35 |
# This command will start the Flask application
|
|
|
29 |
RUN pip install --no-cache-dir -r requirements.txt
|
30 |
|
31 |
# copy README.txt to /root
|
32 |
+
RUN cp README.txt /root
|
33 |
|
34 |
# Set the command to run when the container starts
|
35 |
# This command will start the Flask application
|