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

Unable to locate armory image with tensorflow 1.13.1 #77

Open
sfarkya opened this issue Feb 10, 2021 · 0 comments
Open

Unable to locate armory image with tensorflow 1.13.1 #77

sfarkya opened this issue Feb 10, 2021 · 0 comments

Comments

@sfarkya
Copy link

sfarkya commented Feb 10, 2021

I am trying to create a custom Dockerfile using the tf1:0.12.1 image to run code using tf 1.13.1.
Since this image has tf 1.15.0 installed I have to manually override the install to tf 1.13.1

FROM twosixarmory/tf1:0.12.1
RUN apt-get update
RUN apt-get install ffmpeg libsm6 libxext6  -y
RUN pip install git+https://github.com/qubvel/classification_models.git
RUN pip install keras==2.3.0 tqdm xxhash hickle requests wget googledrivedownloader colorama tabulate imageio opencv-python albumentations tensorflow-gpu==1.13.1 tensorflow-datasets==3.0.0

But I am still unable to run.

Screen Shot 2021-02-09 at 11 50 36 PM

I am able to run it using tf 1.13.1 without using armory though.
So, by any chance do you have any image with tf 1.13.1 installed? Or any suggestions to fix it?
I think it's a version difference between tensorflow==1.13.1 and other preinstalled libraries in the armory image.

Thank you in advance.

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