Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
Vivado Docker
Commits
8545eae8
Commit
8545eae8
authored
May 24, 2018
by
z4yx
Browse files
bug fix
parent
be8bb754
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8545eae8
...
...
@@ -33,7 +33,7 @@ COPY ${VIVADO_INSTALL_FILE} /
RUN
mkdir
/install_vivado
&&
\
tar
-xf
${
VIVADO_TAR_FILE
}
-C
/install_vivado
&&
\
/install_vivado/
*
/xsetup
--agree
3rdPartyEULA,WebTalkTerms,XilinxEULA
--batch
Install
--config
/install_config.txt
&&
\
rm
-rf
/install_vivado
rm
-rf
/
${
VIVADO_INSTALL_FILE
}
/install_config.txt
/install_vivado
#make a Vivado user
RUN
adduser
--disabled-password
--gecos
''
vivado
...
...
@@ -43,6 +43,8 @@ RUN echo "vivado ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
USER
vivado
WORKDIR
/home/vivado
ENV
HOME /home/vivado
ENV
VIVADO_VERSION ${VIVADO_VERSION}
#add vivado tools to path
RUN
echo
"source /opt/Xilinx/Vivado/
${
VIVADO_VERSION
}
/settings64.sh"
>>
/home/vivado/.bashrc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment