Skip to content
Snippets Groups Projects
Commit 3dd7b6f7 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

update Dockerfile

parent 3a77723e
No related branches found
No related tags found
No related merge requests found
FROM pytorch/pytorch:1.1.0-cuda10.0-cudnn7.5-devel
MAINTAINER Yaman Umuroglu <yamanu@xilinx.com>
ARG PYTHON_VERSION=3.6
WORKDIR /workdir
RUN git clone --branch feature/onnx_exec https://github.com/Xilinx/FINN.git finn
WORKDIR /workdir/finn
RUN pip install -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment