Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN sed -i 's http://deb.debian.org http://cdn-aws.deb.debian.org g' /etc/apt/so
|
|
| 7 |
rm -rf /var/lib/apt/lists/*
|
| 8 |
|
| 9 |
# Copy the package list and requirements file to the container
|
| 10 |
-
COPY packages.txt
|
| 11 |
|
| 12 |
# Install Python and the packages listed in requirements.txt
|
| 13 |
RUN apt-get update && \
|
|
@@ -22,3 +22,4 @@ RUN xargs -r -a /root/packages.txt apt-get install -y && \
|
|
| 22 |
|
| 23 |
|
| 24 |
|
|
|
|
|
|
| 7 |
rm -rf /var/lib/apt/lists/*
|
| 8 |
|
| 9 |
# Copy the package list and requirements file to the container
|
| 10 |
+
COPY packages.txt /root/
|
| 11 |
|
| 12 |
# Install Python and the packages listed in requirements.txt
|
| 13 |
RUN apt-get update && \
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
|
| 25 |
+
|