Spaces:
Runtime error
Runtime error
sanmmarr29
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -8,8 +8,8 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
cmake \
|
9 |
&& rm -rf /var/lib/apt/lists/*
|
10 |
|
11 |
-
RUN mkdir -p .cache
|
12 |
-
RUN chmod -777 .cache
|
13 |
|
14 |
# Copy requirements and install Python dependencies
|
15 |
COPY requirements.txt .
|
|
|
8 |
cmake \
|
9 |
&& rm -rf /var/lib/apt/lists/*
|
10 |
|
11 |
+
RUN mkdir -p .cache
|
12 |
+
RUN chmod -777 .cache
|
13 |
|
14 |
# Copy requirements and install Python dependencies
|
15 |
COPY requirements.txt .
|