adding proxys for testing
This commit is contained in:
parent
1c292eee77
commit
a425329fa2
@ -5,11 +5,16 @@
|
|||||||
export $(grep -v '^#' SOLUTION | xargs -d '\n')
|
export $(grep -v '^#' SOLUTION | xargs -d '\n')
|
||||||
export $(grep -v '^#' MANIFEST | xargs -d '\n')
|
export $(grep -v '^#' MANIFEST | xargs -d '\n')
|
||||||
|
|
||||||
|
export http_proxy=http://proxy-chain.intel.com:911
|
||||||
|
export https_proxy=http://proxy-chain.intel.com:912
|
||||||
|
export no_proxy=*.intel.com
|
||||||
|
|
||||||
mkdir $(pwd)/media
|
mkdir $(pwd)/media
|
||||||
wget -O $(pwd)/media/AUD_MW_E.264 \
|
wget -O $(pwd)/media/AUD_MW_E.264 \
|
||||||
https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264
|
https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
|
-a STDOUT \
|
||||||
--device=/dev/dri \
|
--device=/dev/dri \
|
||||||
-e QSV_DEVICE=${QSV_DEVICE:-/dev/dri/renderD128} \
|
-e QSV_DEVICE=${QSV_DEVICE:-/dev/dri/renderD128} \
|
||||||
--volume $(pwd)/media:/media \
|
--volume $(pwd)/media:/media \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user