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

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Feb 22, 2023
1 parent 35faffa commit 46471d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:3.10

RUN apt-get update
RUN apt-get install -y build-essential clang git vim \
Expand All @@ -21,5 +21,5 @@ RUN pip install . -vvvv

ENTRYPOINT OPENHLS_CONFIG_FP=openhls_config.ini python examples/simple_nns.py linear --size 11 \
&& OPENHLS_CONFIG_FP=$(pwd)/openhls_config.ini \
openhls_compiler $(pwd)/examples/linear_11_openhls_artifacts/linear.mlir -t -r -s -v -b -n 10 --threshold 0.1 \
openhls_compiler $(pwd)/examples/linear_11/linear.mlir -t -r -s -v -b -n 10 --threshold 0.1 \
&& /bin/bash

0 comments on commit 46471d8

Please sign in to comment.