working version of dockerfile and entrypoint.sh

This commit is contained in:
Ella Schwarz
2020-12-02 21:03:03 -08:00
committed by Ella Schwarz
parent 8141c717fc
commit 77459a347d
3 changed files with 5782 additions and 2 deletions

View File

@@ -262,8 +262,8 @@ RUN cd chipyard && \
#WORKDIR $HOME/chipyard
#COPY entrypoint.sh /home/riscvuser/chipyard/entrypoint.sh
#RUN sudo chown riscvuser entrypoint.sh
#RUN chmod +x entrypoint.sh
RUN sudo chown riscvuser /home/riscvuser/chipyard/scripts/entrypoint.sh
RUN chmod +x /home/riscvuser/chipyard/scripts/entrypoint.sh
#WORKDIR $HOME
ENTRYPOINT ["/home/riscvuser/chipyard/scripts/entrypoint.sh"]

1294
build-clone-entrypoint.txt Normal file

File diff suppressed because it is too large Load Diff

4486
completed.txt Normal file

File diff suppressed because one or more lines are too long