Skip to content

Commit

Permalink
check with openvino
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Feb 20, 2025
1 parent fb79989 commit cd45078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dockerfiles/ov_build/ubuntu_20_04_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ ENV PATH="$NVM_DIR/versions/node/v${NODE_VERSION}/bin/:${PATH}"

# Change ownership of the home directory to the non-root user
RUN mkdir -p /home/${USER_NAME}
RUN mkdir -p /home/openvino
RUN chown -R ${USER_NAME}:${USER_NAME} /home/${USER_NAME}
RUN chown -R ${USER_NAME}:${USER_NAME} /home/openvino

# Change ownership of the venv directory to the non-root user
RUN chown -R ${USER_NAME}:${USER_NAME} /venv
Expand Down

0 comments on commit cd45078

Please sign in to comment.