Skip to content

Folders owned by root prevent certain tools from working correctly #1

@isztldav

Description

@isztldav

Screenshot 2024-11-08 at 11 21 17

Issue Description

In the base Docker image, the conda and huggingface directories are owned by root, as shown in the screenshot above. This ownership restriction prevents the user jovyan from modifying these folders, which causes tools that rely on these directories to malfunction.

Impact

Since these folders are part of the base image, this issue consistently affects all instances created from it.

Proposed Solution

To resolve this, consider either removing these directories or updating their permissions within the base Docker image to allow jovyan the necessary access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions