Spaces:
Sleeping
Sleeping
Fixes error in Dockerfile
Browse files- 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 ./
|
| 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
|