https://github.com/smileychris/docker-pywatchman
Docker image of a watchman and pywatchman installation
https://github.com/smileychris/docker-pywatchman
Last synced: about 1 year ago
JSON representation
Docker image of a watchman and pywatchman installation
- Host: GitHub
- URL: https://github.com/smileychris/docker-pywatchman
- Owner: SmileyChris
- Created: 2019-09-08T11:46:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T02:53:02.000Z (over 6 years ago)
- Last Synced: 2025-03-17T11:51:46.768Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/smileychris/pywatchman
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python watchman Docker Image
Django's runserver works a lot more efficiently with watchman installed.
If you are using a virtualenv in your container you'll just need to run
`pip install /pywatchman-*.whl` from within your environment.
## Building this Image
Run `make` to build the image against Python 3.7 or `make PY=3.8` to build for a
different Python version. You can also build multiple versions at the same time,
for example:
```
make PY="3.6 3.7 3.8 3.6-slim 3.7-slim 3.8-slim"
```