krstakis commited on
Commit
3f05e5b
·
1 Parent(s): 8974235

fixed import..........

Browse files
Files changed (1) hide show
  1. 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