Skip to content

Add Dockerfile? Or document it. #66

@spaceone

Description

@spaceone

Hello, thank you very much for your project!

I couldn't install it via pip, it seems not on PyPI?
But I just installed it the following way via Docker:

FROM python:3.11
WORKDIR /app
COPY . /app
RUN pip3 install .
ENTRYPOINT ["com2ann"]

Now it can easily be used:

docker build -t com2ann-image .

alias com2ann='docker run --rm -v "$PWD":/app com2ann-image'
find -name '*.py' -exec docker run --rm -v "$PWD":/app com2ann-image -i {} \;

Maybe the information are worth to be added to README.md or to actually add the Dockerfile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions