Skip to content

Commit 24748ce

Browse files
authored
Update Dockerfile
revert
1 parent 18b37bc commit 24748ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update -qq \
2323
&& rm -rf /var/lib/apt/lists
2424

2525
ENV INSTALL_DIR="/opt/symbiflow/eos-s3"
26-
ENV PATH="$INSTALL_DIR/quicklogic-arch-defs/bin:$INSTALL_DIR/quicklogic-arch-defs/bin/python:$PATH"
26+
ENV PATH="$INSTALL_DIR/install/bin:$INSTALL_DIR/install/bin/python:$PATH"
2727
ENV YOSYS=${INSTALL_DIR}/install/bin/yosys
2828

2929
#---

0 commit comments

Comments
 (0)