Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
8878c4c
1
Parent(s):
9d89e2f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
6 |
COPY ./packages.txt /app/packages.txt
|
7 |
|
8 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
9 |
-
RUN
|
10 |
RUN pip install streamlit
|
11 |
|
12 |
# Set up a new user named "user" with user ID 1000
|
|
|
6 |
COPY ./packages.txt /app/packages.txt
|
7 |
|
8 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
9 |
+
RUN pip install -r /app/requirements.txt
|
10 |
RUN pip install streamlit
|
11 |
|
12 |
# Set up a new user named "user" with user ID 1000
|