Skip to content

Commit

Permalink
Make DOckerfile Arg variable consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Mar 5, 2024
1 parent fa4c73d commit 3d0a24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docker/Dockerfile.python-client.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG DATAFED_DEPENDENCIES_INSTALL_PATH="/opt/datafed/dependencies"
ENV DATAFED_DIR="$DATAFED_DIR"
ENV BUILD_DIR="$BUILD_DIR"
ENV DATAFED_INSTALL_PATH="$DATAFED_INSTALL_PATH/python-client"
ENV DATAFED_DEPENDENCIES_INSTALL_PATH="${DATAFED_DEPENDENCIES_INSTALL_PATH}"
ENV DATAFED_DEPENDENCIES_INSTALL_PATH="$DATAFED_DEPENDENCIES_INSTALL_PATH"

RUN mkdir -p ${BUILD_DIR}/logs
RUN mkdir -p ${DATAFED_INSTALL_PATH}
Expand Down

0 comments on commit 3d0a24e

Please sign in to comment.