Skip to content

Commit

Permalink
Merge pull request #1078 from ishaileshpant/fix_docker_issue_1056
Browse files Browse the repository at this point in the history
Fixes issue #1056 - related to docker src copy permissions in build
  • Loading branch information
teoparvanov authored Oct 7, 2024
2 parents ad53a0f + caad283 commit 28b595d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USER openfl

# Install OpenFL.
WORKDIR /home/openfl
COPY . .
COPY --chown=openfl:default . .
ENV PATH=/home/openfl/.local/bin:$PATH
RUN pip install --no-cache-dir -U pip setuptools wheel && \
pip install --no-cache-dir -e .
Expand Down

0 comments on commit 28b595d

Please sign in to comment.