Spaces:
Build error
Build error
Commit
·
5d6cfa9
1
Parent(s):
1d3d20a
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -7,9 +7,6 @@ WORKDIR /code
|
|
| 7 |
# Copy the current directory contents into the container at /code
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
| 10 |
-
RUN apk add --virtual build-dependencies
|
| 11 |
-
RUN apk add --no-cache build-base gcc
|
| 12 |
-
|
| 13 |
# Install necessary Ubuntu packages and a deb package from a URL
|
| 14 |
RUN apt-get update && \
|
| 15 |
apt-get install -y sudo wget && \
|
|
|
|
| 7 |
# Copy the current directory contents into the container at /code
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
|
|
|
|
|
|
|
|
|
| 10 |
# Install necessary Ubuntu packages and a deb package from a URL
|
| 11 |
RUN apt-get update && \
|
| 12 |
apt-get install -y sudo wget && \
|