File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.PHONY : all
22all :
3- docker build --no-cache --rm --pull -t personalhealthtrain/train-api-python:1.0-RC1 .
3+ docker build --no-cache --rm --pull -t personalhealthtrain/train-api-python:1.0rc1 .
Original file line number Diff line number Diff line change 44The documentation for this library is available here:
55
66https://lukas-zimmermann.gitbook.io/personal-health-train/domains/python-library-for-implementing-train-images
7+
8+
9+ The Image is available on Docker Hub:
10+
11+ https://cloud.docker.com/u/personalhealthtrain/repository/docker/personalhealthtrain/train-api-python
12+
13+ This is the recommended version for a base of a Train image.
Original file line number Diff line number Diff line change 33setup (
44 name = 'pht' ,
55 description = 'PHT Train API for Python' ,
6- version = '1.0-RC1 ' ,
6+ version = '1.0rc1 ' ,
77 packages = ['pht' ]
88)
You can’t perform that action at this time.
0 commit comments