File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ ENV SIL_NLP_CACHE_PROJECT_DIR=/root/.cache/silnlp/projects
44
44
# Set environment variables
45
45
ENV CLEARML_API_HOST="https://api.sil.hosted.allegro.ai"
46
46
ENV SIL_NLP_DATA_PATH=/silnlp
47
- ENV EFLOMAL_PATH=/workspaces/silnlp/.venv/lib/python3.12 /site-packages/eflomal/bin
47
+ ENV EFLOMAL_PATH=/workspaces/silnlp/.venv/lib/python3.10 /site-packages/eflomal/bin
48
48
CMD ["bash" ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ COPY --from=builder /src/requirements.txt .
60
60
RUN pip install -r requirements.txt && rm requirements.txt
61
61
62
62
# Set eflomal path
63
- ENV EFLOMAL_PATH=/usr/local/lib/python3.8 /dist-packages/eflomal/bin
63
+ ENV EFLOMAL_PATH=/usr/local/lib/python3.10 /dist-packages/eflomal/bin
64
64
65
65
# Install fast_align
66
66
RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments