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 want to assume that this would work.
'''
docker build -t mycroft/mimic2:gpu -f radeon_gpu.Dockerfile .
docker run -it -p 3000:3000 mycroft/mimic2:gpu
'''
with main change being radeon_gpu having '''FROM rocm/tensorflow-1.8.0-python3''' instead of '''FROM tensorflow/tensorflow:1.8.0-gpu-py3'''.
I am currently unable to test do to limited access to my system, but I am defiantly interested in seeing if this works.
The text was updated successfully, but these errors were encountered:
I want to assume that this would work.
'''
docker build -t mycroft/mimic2:gpu -f radeon_gpu.Dockerfile .
docker run -it -p 3000:3000 mycroft/mimic2:gpu
'''
with main change being radeon_gpu having '''FROM rocm/tensorflow-1.8.0-python3''' instead of '''FROM tensorflow/tensorflow:1.8.0-gpu-py3'''.
I am currently unable to test do to limited access to my system, but I am defiantly interested in seeing if this works.
The text was updated successfully, but these errors were encountered: