krstakis commited on
Commit
1eca34e
·
1 Parent(s): a6fcc7a

changed dockerfile

Browse files
Files changed (1) hide show
  1. 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/core directory
15
- ENV PYTHONPATH="/app/core"
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