Skip to content

Files

Latest commit

3772995 · Sep 7, 2021

History

History
This branch is 5 commits ahead of, 2 commits behind AllaeddineEL/samples:main.

conda

Python sample app using conda package manager

Building

pack build conda-sample --buildpack gcr.io/paketo-buildpacks/python

Running

docker run --interactive --tty --env PORT=8080 --publish 8080:8080 conda-sample

Viewing

curl http://localhost:8080