Skip to content

Commit

Permalink
- Fix docker permissions issue on src copy command to default user/group
Browse files Browse the repository at this point in the history
Signed-off-by: Shailesh Pant <[email protected]>
  • Loading branch information
ishaileshpant committed Oct 3, 2024
1 parent a5cfdc0 commit caad283
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 caad283

Please sign in to comment.