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
4444# Set environment variables
4545ENV CLEARML_API_HOST="https://api.sil.hosted.allegro.ai"
4646ENV 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
4848CMD ["bash" ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ COPY --from=builder /src/requirements.txt .
6060RUN pip install -r requirements.txt && rm requirements.txt
6161
6262# 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
6464
6565# Install fast_align
6666RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments