codepod icon indicating copy to clipboard operation
codepod copied to clipboard

Add data persistent support (a shared cloud drive that can be mounted in runtime containers).

Open lihebi opened this issue 2 years ago • 4 comments

  • A cloud disk to mount into the runtime containers
  • File upload and download

lihebi avatar Nov 06 '22 20:11 lihebi

File upload and download

  • #343 for exporting repo as a Jupyter notebook
  • #369, #374 for importing Jupyter notebook and Python script.

senwang86 avatar Jul 20 '23 22:07 senwang86

This issue concerns the storage inside the runtime container. This storage for CodePod is like Google Drive for Colab: Colab can mount Google Drive so that users can access their GDrive data files programmatically.

lihebi avatar Jul 21 '23 01:07 lihebi

Oh, makes sense. I recalled that one of my friends mentioned that a "strong" reason to use Colab is because of the GDrive support.

senwang86 avatar Jul 21 '23 01:07 senwang86

File upload and download

The three issues above are not about file upload and download. It was referring to the files local to a Codepod repo. Like the files in Google Colab.

image

forrestbao avatar Jul 21 '23 04:07 forrestbao