Spaces:
Sleeping
Sleeping
fixed import..........
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -30,6 +30,8 @@ RUN pip install -r requirements.txt
|
|
30 |
# Copy the API files
|
31 |
COPY ./api .
|
32 |
|
|
|
|
|
33 |
# Copy the serialized engine from the first stage
|
34 |
COPY --from=core /app/core/engine.pickle /app/api/engine.pickle
|
35 |
|
|
|
30 |
# Copy the API files
|
31 |
COPY ./api .
|
32 |
|
33 |
+
ENV PYTHONPATH="/app"
|
34 |
+
|
35 |
# Copy the serialized engine from the first stage
|
36 |
COPY --from=core /app/core/engine.pickle /app/api/engine.pickle
|
37 |
|