Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#flytekit
Title
# flytekit
d
Durgai Vel
08/15/2023, 7:28 AM
Hi all, I need help creating and mounting a volume to my task's container. Is there any way to do it, coz I read that currently persistent storage is not supported on flyte backend. Thanks in advance 🙂
m
Michael Tinsley
08/15/2023, 8:50 AM
You should be able to use PodTemplates for this ->
https://docs.flyte.org/en/latest/deployment/configuration/general.html#compile-time-podtemplates
n
Niels Bantilan
08/15/2023, 1:39 PM
hi
@Durgai Vel
here’s an example of pointing a volume to shared disk:
https://github.com/unionai-oss/llm-fine-tuning/blob/main/fine_tuning/llm_fine_tuning_lora.py#L202-L236
d
Durgai Vel
08/15/2023, 2:11 PM
Thanks you so much guys,
@Michael Tinsley
&
@Niels Bantilan
❤️.
3 Views
Post