Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Update build.dockerfile #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cyprienc
Copy link

@cyprienc cyprienc commented Sep 19, 2022

Hi,

It looked like the for-loop used for installing tensorflow and dependencies for each requested python versions didn't point to a valid command. I've replaced each $python ... with python${python} ... as well as the arg python_version.
Otherwise, the installation instructions for docker given here where incorrect.
Thanks,

Cyprien.

Hi,

It looked like the for-loop used for installing tensorflow and dependencies for each requested python versions didn't point to a valid command.
I've replaced each `$python ...` with `python${python} ...`.
Thanks,

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

Successfully merging this pull request may close these issues.

1 participant