Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker devshell #73

Open
ErezBinyamin opened this issue May 15, 2024 · 1 comment
Open

Docker devshell #73

ErezBinyamin opened this issue May 15, 2024 · 1 comment

Comments

@ErezBinyamin
Copy link

Include Docker image devshell in project

I created a docker fredapi image for my own use, but if you'd like to incorporate the Dockerfile into this project please feel free to. Or to test out the image just try out the devshell: docker run -it erezbinyamin/fredapi python

FROM python:3.6

RUN apt-get update
RUN git clone https://github.com/mortada/fredapi.git \
	&& cd fredapi \
	&& pip install .
@ErezBinyamin
Copy link
Author

I'd recommend adding a docker container to this project because of issues like #24 and #60 . Being able to redirect folks to a controlled environment with a guaranteed "clean" python installation/version and proper installation of fredapi could put a lot of issues to rest. With many of the issues on here it seems to be more of a python versioning and package management issue on their end than an actual issue with fredapi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant