You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get update && apt-get install build-essential -y
14
-
15
-
# Pod tasks should be exposed in the default image
16
-
RUN pip install -U flytekit==$VERSION \
17
-
flytekitplugins-pod==$VERSION \
18
-
flytekitplugins-deck-standard==$VERSION \
19
-
flytekitplugins-envd==$VERSION \
20
-
scikit-learn
21
-
22
-
RUN useradd -u 1000 flytekit
23
-
RUN chown flytekit: /root
24
-
USER flytekit
25
-
26
-
ENV FLYTE_INTERNAL_IMAGE "$DOCKER_IMAGE"
6
+
RUN apt-get install git -y
7
+
RUN pip install -U git+https://github.com/Yicheng-Lu-llll/flytekit.git@"visualization#egg=flytekitplugins-deck-standard&subdirectory=plugins/flytekit-deck-standard"
8
+
RUN pip install -U git+https://github.com/Yicheng-Lu-llll/flytekit.git@real-time-deck-support
0 commit comments