Spaces:
Sleeping
Sleeping
changed dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -11,8 +11,8 @@ RUN pip install -r requirements.txt
|
|
11 |
# Copy the core files
|
12 |
COPY ./core .
|
13 |
|
14 |
-
# Set the PYTHONPATH to include the /app
|
15 |
-
ENV PYTHONPATH="/app
|
16 |
|
17 |
# Run the initialization script to load and serialize the dataset
|
18 |
RUN python initialization.py
|
|
|
11 |
# Copy the core files
|
12 |
COPY ./core .
|
13 |
|
14 |
+
# Set the PYTHONPATH to include the /app directory
|
15 |
+
ENV PYTHONPATH="/app"
|
16 |
|
17 |
# Run the initialization script to load and serialize the dataset
|
18 |
RUN python initialization.py
|