- It is best to build an image using
Dockerfile-gmm
like so from the root ofprobabilistic_models
DOCKER_BUILDKIT=1 docker build -t mixture-models -f Dockerfile-gmm .
- Irrelevant files are excluded from the context with
.dockerignore
. - Once built, to run all tests with
pytest
just type:docker container run --rm -v $PWD:/model/probabilistic_models mixture-models
- You can skip end-to-end tests by adding
python3 -m pytest -m 'not e2e'
to the above command.
- You can skip end-to-end tests by adding
-
Notifications
You must be signed in to change notification settings - Fork 0
mariovas3/probabilistic_models
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Will contain probabilistic models e.g. latent variable models, and others.
Resources
Stars
Watchers
Forks
Packages 0
No packages published