This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TZ=America/Denver | |
sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | |
export VAI_ROOT=/opt/vitis_ai | |
export VAI_HOME=/vitis_ai_home | |
export LANG=en_US.UTF-8 | |
export LANGUAGE=en_US:en | |
export LC_ALL=en_US.UTF-8 | |
sudo chmod 1777 /tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package: | |
name: caffe_decent_gpu | |
version: {{ environ.get('BUILD_VER', '1.3.0') }} | |
build: | |
number: {{ environ.get('BUILD_NUMBER', '1') }} | |
string: {{ environ["GIT_FULL_HASH"][:8] }} | |
source: | |
#path: ../../caffe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build -python subpackage | |
%bcond_without python | |
# Build -java subpackage | |
%bcond_without java | |
# Don't require gtest | |
%bcond_with gtest | |
%if %{with python} | |
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") | |
%endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: void((function(d) { | |
var e = d.createElement('script'); | |
e.setAttribute('type', 'text/javascript'); | |
e.setAttribute('charset', 'UTF-8'); | |
e.setAttribute('src', 'https://prod.degreedcdn.com/scripts/button/dist/launcher.min.js?prod=true&v=1059425550&r=' + Math.random() * 99999999); | |
d.getElementsByTagName('body')[0].appendChild(e) | |
})(document)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usage() { | |
cat >&2 <<EOF | |
Usage: $0 COMMAND | |
Commands: | |
[ cpu | gpu ] [-d] [-X] | |
EOF | |
exit 1 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for FILE in *.tar*; do mv "$FILE" "${FILE%%\?*}"; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:18.04 | |
#RUN dpkg --add-architecture i386 | |
RUN apt-get update | |
RUN apt-get install -y tofrodos | |
RUN apt-get install -y iproute2 | |
RUN apt-get install -y gawk | |
RUN apt-get install -y xvfb | |
RUN apt-get install -y gcc-4.8 | |
RUN apt-get install -y git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:18.04 | |
#RUN dpkg --add-architecture i386 | |
RUN apt-get update | |
RUN apt-get install -y tofrodos | |
RUN apt-get install -y iproute2 | |
RUN apt-get install -y gawk | |
RUN apt-get install -y xvfb | |
RUN apt-get install -y gcc-4.8 | |
RUN apt-get install -y git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<metalink version="3.0" xmlns="http://www.metalinker.org/" type="dynamic" pubdate="Mon, 19 Aug 2019 04:15:51 GMT" generator="mirrormanager" xmlns:mm0="http://fedorahosted.org/mirrormanager"> | |
<files> | |
<file name="repomd.xml"> | |
<mm0:timestamp>1566087500</mm0:timestamp> | |
<size>5480</size> | |
<verification> | |
<hash type="md5">6068c0613ec3631f75fab534d18ae58e</hash> | |
<hash type="sha1">ee11d12419a0ad6e54cdb34a4886462640241304</hash> | |
<hash type="sha256">108dbc743f3c6ac6172f5e407e47c2462bb0ea604b2309764e94d7fcda1dde96</hash> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-07-24T10:43:08 Created temporary directory: /tmp/pip-ephem-wheel-cache-zfy6r984 | |
2019-07-24T10:43:08 Created temporary directory: /tmp/pip-req-tracker-y8w02b9g | |
2019-07-24T10:43:08 Created requirements tracker '/tmp/pip-req-tracker-y8w02b9g' | |
2019-07-24T10:43:08 Created temporary directory: /tmp/pip-install-_1o7olfy | |
2019-07-24T10:43:08 Looking in indexes: https://pipmirror.company.com/simple | |
2019-07-24T10:43:08 Collecting scrapy | |
2019-07-24T10:43:08 1 location(s) to search for versions of scrapy: | |
2019-07-24T10:43:08 * https://pipmirror.company.com/simple/scrapy/ | |
2019-07-24T10:43:08 Getting page https://pipmirror.company.com/simple/scrapy/ | |
2019-07-24T10:43:08 Analyzing links from page https://pipmirror.company.com/simple/scrapy/ |
NewerOlder