refined-doctor-1380
07/21/2023, 3:25 PMglamorous-carpet-83516
07/21/2023, 3:38 PMacceptable-window-92672
07/21/2023, 3:45 PMkubectl get svc
to see the port number and manually add that port to VSCode.refined-doctor-1380
07/21/2023, 4:11 PMrefined-doctor-1380
07/21/2023, 4:12 PMssh -L 30080:localhost:30080 gcp
to project it to my localhost.refined-doctor-1380
07/21/2023, 4:13 PMglamorous-carpet-83516
07/21/2023, 4:18 PMssh -L 30084:localhost:30084 gcp
refined-doctor-1380
07/21/2023, 4:19 PMrefined-doctor-1380
07/21/2023, 4:37 PMglamorous-carpet-83516
07/21/2023, 4:40 PMrefined-doctor-1380
07/21/2023, 4:40 PMrefined-doctor-1380
07/21/2023, 4:40 PMglamorous-carpet-83516
07/21/2023, 4:42 PMacceptable-window-92672
07/21/2023, 4:44 PMglamorous-carpet-83516
07/21/2023, 5:05 PMrefined-doctor-1380
07/21/2023, 5:40 PMflytekit-deck-standard
in my image, I should follow (pip install flytekitplugins-deck-standard
) this right?glamorous-carpet-83516
07/21/2023, 5:41 PMrefined-doctor-1380
07/21/2023, 5:53 PMrefined-doctor-1380
07/21/2023, 5:54 PMacceptable-window-92672
07/21/2023, 5:54 PMrefined-doctor-1380
07/21/2023, 5:56 PMacceptable-window-92672
07/21/2023, 5:56 PMrefined-doctor-1380
07/21/2023, 5:56 PMFROM python:3.9-slim-buster
USER root
WORKDIR /root
ENV PYTHONPATH /root
RUN apt-get update && apt-get install build-essential -y
RUN apt-get install git -y
RUN pip install -U git+<https://github.com/hhcs9527/flytekit.git@>"mashumaro-serialize-dataclass#egg=flytekitplugins-deck-standard&subdirectory=plugins/flytekit-deck-standard"
ENV FLYTE_INTERNAL_IMAGE "localhost:30000/flytekit:mashumaro-serialize-dataclass"
refined-doctor-1380
07/21/2023, 5:56 PMrefined-doctor-1380
07/21/2023, 5:57 PMFROM python:3.9-slim-buster
USER root
WORKDIR /root
ENV PYTHONPATH /root
RUN apt-get update && apt-get install build-essential -y
RUN apt-get install git -y
RUN pip install -U
RUN pip install flytekitplugins-deck-standard
git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
ENV FLYTE_INTERNAL_IMAGE "localhost:30000/flytekit:mashumaro-serialize-dataclass"
acceptable-window-92672
07/21/2023, 5:58 PMrefined-doctor-1380
07/21/2023, 6:04 PMacceptable-window-92672
07/21/2023, 6:06 PMFROM python:3.9-slim-buster
USER root
WORKDIR /root
ENV PYTHONPATH /root
RUN apt-get update && apt-get install build-essential -y
RUN apt-get install git -y
# The following line is an example of how to install your modified plugins. In this case, it demonstrates how to install the 'deck' plugin.
RUN pip install -U git+<https://github.com/Yicheng-Lu-llll/flytekit.git@>"demo#egg=flytekitplugins-deck-standard&subdirectory=plugins/flytekit-deck-standard" # replace with your own repo and branch
RUN pip install -U git+<https://github.com/Yicheng-Lu-llll/flytekit.git@demo> # replace with your own repo and branch
ENV FLYTE_INTERNAL_IMAGE "localhost:30000/flytekit:demo" # replace with your own image name and tag
Would you mind try this one? just replace with your repo and branchrefined-doctor-1380
07/21/2023, 6:06 PMrefined-doctor-1380
07/21/2023, 6:13 PMacceptable-window-92672
07/21/2023, 6:22 PMFROM
ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0 in this caserefined-doctor-1380
07/21/2023, 6:26 PMacceptable-window-92672
07/21/2023, 6:28 PMFROM <http://ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0|ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0>
RUN pip install -U git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
refined-doctor-1380
07/21/2023, 6:36 PMFROM <http://ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0|ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0>
git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
USER root
WORKDIR /root
ENV PYTHONPATH /root
RUN apt-get update && apt-get install build-essential -y
RUN apt-get install git -y
RUN pip install flytekitplugins-deck-standard
RUN pip install -U git+<https://github.com/hhcs9527/flytekit.git@>"mashumaro-serialize-dataclass#egg=flytekitplugins-deck-standard&subdirectory=plugins/flytekit-deck-standard"
RUN pip install -U git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
ENV FLYTE_INTERNAL_IMAGE "localhost:30000/flytekit:mashumaro-serialize-dataclass"
the above is my latest docker file, but still not. working…refined-doctor-1380
07/21/2023, 6:37 PMglamorous-carpet-83516
07/21/2023, 6:39 PMgit+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
should be ?
pip install git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
glamorous-carpet-83516
07/21/2023, 6:39 PMrefined-doctor-1380
07/21/2023, 7:02 PMFROM <http://ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0|ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0>
RUN pip install git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
USER root
WORKDIR /root
ENV PYTHONPATH /root
RUN apt-get update && apt-get install build-essential -y
RUN apt-get install git -y
RUN pip install flytekitplugins-deck-standard
RUN pip install -U git+<https://github.com/hhcs9527/flytekit.git@>"mashumaro-serialize-dataclass#egg=flytekitplugins-deck-standard&subdirectory=plugins/flytekit-deck-standard"
RUN pip install -U git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
ENV FLYTE_INTERNAL_IMAGE "localhost:30000/flytekit:mashumaro-serialize-dataclass"
glamorous-carpet-83516
07/21/2023, 7:06 PMFROM <http://ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0|ghcr.io/flyteorg/flytekit:py3.9-sqlalchemy-1.9.0a0>
USER root
WORKDIR /root
ENV PYTHONPATH /root
RUN apt-get update && apt-get install build-essential -y
RUN apt-get install git -y
RUN pip install git+<https://github.com/hhcs9527/flytekit.git@>"mashumaro-serialize-dataclass#egg=flytekitplugins-deck-standard&subdirectory=plugins/flytekit-deck-standard"
RUN pip install git+<https://github.com/hhcs9527/flytekit.git@mashumaro-serialize-dataclass>
refined-doctor-1380
07/22/2023, 1:08 AMacceptable-window-92672
07/22/2023, 1:09 AMacceptable-window-92672
07/22/2023, 1:11 AMrefined-doctor-1380
07/22/2023, 1:19 AMrefined-doctor-1380
07/22/2023, 1:19 AMrmi before it push
refined-doctor-1380
07/22/2023, 1:20 AMacceptable-window-92672
07/22/2023, 1:20 AMrefined-doctor-1380
07/22/2023, 1:20 AMrefined-doctor-1380
07/22/2023, 1:20 AM