We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2c8fb commit 9cb8371Copy full SHA for 9cb8371
1 file changed
dockerfiles/Courses/CV/Dockerfile
@@ -22,10 +22,10 @@ ARG BASE_IMAGE=ghcr.io/amdresearch/auplc-base:latest
22
FROM ${BASE_IMAGE}
23
24
# Copy related rocm notebooks into the docker
25
+USER root
26
RUN mkdir -p /opt/workspace/CV
27
COPY ./course_data /opt/workspace/CV
28
-USER root
29
RUN chown -R jovyan:1000 /opt/workspace
30
USER jovyan
31
WORKDIR /opt/workspace/CV
0 commit comments