Skip to content

Docker-s-IMAGES/no-pypoetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

no-pypoetry

Docker Pull Count Docker Image Size (latest by date)

build image without pypoetry from a pypoetry project

FROM abersh/no-pypoetry as requirements

FROM python:3.7

# ... yourself commands

COPY --from=requirements /src/requirements.txt .

RUN pip install -r requirements.txt

# ... yourself commands

About

build image without pypoetry from a pypoetry project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published