Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Chin <akchin@us.ibm.com>
  • Loading branch information
akchinSTC committed Jan 20, 2023
1 parent 6c30ffa commit cad6280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/docker/elyra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ COPY requirements.txt ${ELYRA_PACKAGE} ./

USER root
RUN chown jovyan:users ./requirements.txt ./"${ELYRA_PACKAGE}"
RUN apt update \
&& apt-get install gcc -y \
&& rm -rf /var/lib/apt/lists/*
USER jovyan

RUN ls -al /home/jovyan
Expand Down
3 changes: 3 additions & 0 deletions etc/docker/kubeflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ COPY README.md ${ELYRA_PACKAGE}* ./

USER root
RUN chown jovyan:users ./"${ELYRA_PACKAGE}"
RUN apt update \
&& apt-get install gcc -y \
&& rm -rf /var/lib/apt/lists/*
USER jovyan

# Update pip
Expand Down

0 comments on commit cad6280

Please sign in to comment.