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

Dockerfile shouldn't include requirement of SQLFlow #40

Open
tonyyang-svail opened this issue May 16, 2019 · 0 comments
Open

Dockerfile shouldn't include requirement of SQLFlow #40

tonyyang-svail opened this issue May 16, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tonyyang-svail
Copy link
Contributor

gohive is a standalone repo. Its Dockerfile shouldn't include the requirement of SQLFlow.

gohive/docker/Dockerfile

Lines 167 to 174 in 7240393

RUN ls /miniconda/bin && /miniconda/bin/conda create -y -q -n sqlflow-dev python=3.6 && \
echo ". /miniconda/etc/profile.d/conda.sh" >> ~/.bashrc && \
echo "source activate sqlflow-dev" >> ~/.bashrc && \
bash -c "source activate sqlflow-dev && python -m pip install \
tensorflow==2.0.0-alpha0 \
mysql-connector-python \
impyla \
jupyter"

If SQLFlow want to reuse this Dockerfile, please build from FROM sqlflow/gohive:dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants