Skip to content

Commit

Permalink
chore: remove unnecessary path append (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 authored Jan 15, 2025
1 parent f24d567 commit fda9dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ RUN python${OSTK_PYTHON_VERSION} -m pip install black black[jupyter]

# Environment

ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
ENV PYTHONPATH="/usr/local/lib:${PYTHONPATH}"
ENV LD_LIBRARY_PATH="/usr/local/lib"
ENV PYTHONPATH="/usr/local/lib"
RUN git config --global --add safe.directory /app

# Install development helpers
Expand Down

0 comments on commit fda9dcd

Please sign in to comment.