Skip to content

Idea: base image as a wrapper over your own custom image #88

@atemate

Description

@atemate

Problem: for any arbitrary image, our tricks with tqdm live stream won't work;

We could change how we work with base image to the following:

FROM <your base image, by default: neuromation/base>

# Then goes setup that allows you using your image in Neuro Platform:


# Setup environment for ssh session
RUN echo "export PATH=$PATH" >> /etc/profile 
...
# Create named pipe for stdout+stderr
ENV OUTPUT_PIPE "/output"

## Setup entrypoint
COPY entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh
ENTRYPOINT ["bash", "/entrypoint.sh"]

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