mirror of
https://github.com/clearml/clearml-server
synced 2025-03-16 02:18:43 +00:00
Fix missing git in Dockerfile for building webapp
This commit is contained in:
parent
9c95c63ce0
commit
c0d687e2ef
@ -5,6 +5,7 @@ ARG CLEARML_WEB_GIT_URL=https://github.com/allegroai/clearml-web.git
|
|||||||
USER root
|
USER root
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y git
|
||||||
RUN git clone ${CLEARML_WEB_GIT_URL} clearml-web
|
RUN git clone ${CLEARML_WEB_GIT_URL} clearml-web
|
||||||
RUN mv clearml-web /opt/open-webapp
|
RUN mv clearml-web /opt/open-webapp
|
||||||
COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/
|
COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/
|
||||||
|
Loading…
Reference in New Issue
Block a user