You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: