Juan Lozano
Juan Lozano
I was able to install this successfully using the following `Dockerfile` ``` FROM tensorflow/tensorflow:1.15.2-gpu-py3 RUN pip install --upgrade pip RUN pip install tensorflow-gpu==1.13.1 RUN pip install blocksparse RUN apt-get update...
In case this helps anyone: https://github.com/openai/blocksparse/issues/52#issuecomment-752351735
In case this helps anyone, I created the following Dockerfile and instructions that worked for me: Dockerfile (place this in root of the `blocksparse` repo): ``` FROM tensorflow/tensorflow:1.15.2-gpu-py3 RUN pip...
In case this helps anyone, I created the following Dockerfile and instructions that worked for me: Dockerfile (place this in root of the `blocksparse` repo): ``` FROM tensorflow/tensorflow:1.15.2-gpu-py3 RUN pip...