Join Slack
Powered by
Hi all, I need help creating and mounting a volume...
# flytekit
c
careful-piano-35677
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 🙂
g
gray-ocean-62145
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
👍 1
b
broad-monitor-993
08/15/2023, 1:39 PM
hi
@careful-piano-35677
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
c
careful-piano-35677
08/15/2023, 2:11 PM
Thanks you so much guys,
@gray-ocean-62145
&
@broad-monitor-993
❤️.
5
Views
Open in Slack
Previous
Next