Skip to content

Commit

Permalink
Add limitation regarding EFS file system
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-seqera committed Dec 11, 2024
1 parent 0a6e387 commit 0abea09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions platform_versioned_docs/version-24.2/data_studios/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Before you get started, you need the following:
Currently, Data Studios only supports AWS Batch compute environments that **do not** have Fargate enabled.
:::

## Limitations

If you configured your AWS Batch compute environment to include an EFS file system with **EFS file system > EFS mount path**, the mount path must be explicitly specified. The mount path cannot be the same as your CE work directory. If the EFS file system is mounted as your CE work directory, Data Studios snapshots cannot be saved and studios sessions fail.

For more information on AWS Batch configuration, see [AWS Batch][aws-batch].


## Container image templates

Data Studios provides four container image templates: JupyterLab, RStudio Server, Visual Studio Code, and Xpra. The image templates install a very limited number of packages when the session container is built. You can install additional packages as needed during a session.
Expand Down Expand Up @@ -152,5 +159,6 @@ Stop the active session to trigger a snapshot from the active volume. Data Studi
[vsc]: https://code.visualstudio.com/
[Wave]: https://seqera.io/wave/

[aws-batch]: ../compute-envs/aws-batch.mdx
[custom-envs]: ./custom-envs.mdx
[build-status]: ./custom-envs.mdx#build-status

0 comments on commit 0abea09

Please sign in to comment.