working version of dockerfile and entrypoint.sh
This commit is contained in:
committed by
Ella Schwarz
parent
8141c717fc
commit
77459a347d
@@ -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
1294
build-clone-entrypoint.txt
Normal file
File diff suppressed because it is too large
Load Diff
4486
completed.txt
Normal file
4486
completed.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user