File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM ubuntu:25.04@sha256:95a416ad2446813278ec13b7efdeb551190c94e12028707dd7525632d3cec0d1
22
3- ARG HTTP_PROXY
43ENV PCM_DIRECTORY=/opt/intel
54
65# Optional: Set APT proxy if needed
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
1212 pid : host
1313 network_mode : " host"
1414 environment :
15- - HTTP_PROXY=${HTTP_PROXY}
1615 - NPU_LOG=/tmp/results/npu_usage.csv
1716 volumes :
1817 - ${log_dir}:/tmp/results
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ services:
1616 pid : host
1717 network_mode : " host"
1818 environment :
19- - HTTP_PROXY=${HTTP_PROXY}
2019 - NPU_LOG=/tmp/results/npu_usage.csv
2120 volumes :
2221 - ${log_dir}:/tmp/results
@@ -29,4 +28,4 @@ services:
2928 - " /sys:/sys"
3029 - " /dev:/dev"
3130 - " /run:/run"
32- - " /proc:/proc"
31+ - " /proc:/proc"
You can’t perform that action at this time.
0 commit comments