Skip to content

Commit

Permalink
Fix typos in EFLOMAL_PATH declarations in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac091 committed Dec 7, 2024
1 parent 9d0ef97 commit 7d80ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ ENV SIL_NLP_CACHE_PROJECT_DIR=/root/.cache/silnlp/projects
# Set environment variables
ENV CLEARML_API_HOST="https://api.sil.hosted.allegro.ai"
ENV SIL_NLP_DATA_PATH=/silnlp
ENV EFLOMAL_PATH=/workspaces/silnlp/.venv/lib/python3.12/site-packages/eflomal/bin
ENV EFLOMAL_PATH=/workspaces/silnlp/.venv/lib/python3.10/site-packages/eflomal/bin
CMD ["bash"]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY --from=builder /src/requirements.txt .
RUN pip install -r requirements.txt && rm requirements.txt

# Set eflomal path
ENV EFLOMAL_PATH=/usr/local/lib/python3.8/dist-packages/eflomal/bin
ENV EFLOMAL_PATH=/usr/local/lib/python3.10/dist-packages/eflomal/bin

# Install fast_align
RUN apt-get update && \
Expand Down

0 comments on commit 7d80ce2

Please sign in to comment.