Basti8499 commited on
Commit
53b629f
1 Parent(s): 601c1d8

Fixes error in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN pip install --upgrade pip && \
42
  pip install -r ./requirements_Docker.txt
43
 
44
  # Run the script to initialize and cache the fine-tuned embedding model
45
- RUN python ./init_model.py
46
 
47
  # Expose the port the app runs on
48
  EXPOSE $LISTEN_PORT
 
42
  pip install -r ./requirements_Docker.txt
43
 
44
  # Run the script to initialize and cache the fine-tuned embedding model
45
+ RUN python ./init_embedding_model.py
46
 
47
  # Expose the port the app runs on
48
  EXPOSE $LISTEN_PORT