Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10.9
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Create the cache directory
|
8 |
-
RUN mkdir -p /app/.cache/huggingface
|
9 |
|
10 |
# Copy the current directory contents into the container at /app
|
11 |
COPY . /app
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Create the cache directory
|
8 |
+
#RUN mkdir -p /app/.cache/huggingface
|
9 |
|
10 |
# Copy the current directory contents into the container at /app
|
11 |
COPY . /app
|