Spaces:
Sleeping
Sleeping
Damien Benveniste
commited on
Commit
·
fd3ed35
1
Parent(s):
ec3ed85
modified
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -5,9 +5,9 @@ USER user
|
|
5 |
ENV PATH="/home/user/.local/bin:$PATH"
|
6 |
|
7 |
# Install system dependencies
|
8 |
-
RUN apt-get update && apt-get install -y \
|
9 |
-
|
10 |
-
|
11 |
|
12 |
# Set the working directory in the container
|
13 |
WORKDIR /app
|
|
|
5 |
ENV PATH="/home/user/.local/bin:$PATH"
|
6 |
|
7 |
# Install system dependencies
|
8 |
+
# RUN apt-get update && apt-get install -y \
|
9 |
+
# build-essential \
|
10 |
+
# && rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
# Set the working directory in the container
|
13 |
WORKDIR /app
|