Skip to content

Commit 8a70168

Browse files
Merge pull request #215 from sumanaga/remove-proxy
Remove proxy
2 parents 77879c2 + 2f8bd3a commit 8a70168

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ubuntu:25.04@sha256:95a416ad2446813278ec13b7efdeb551190c94e12028707dd7525632d3cec0d1
22

3-
ARG HTTP_PROXY
43
ENV PCM_DIRECTORY=/opt/intel
54

65
# Optional: Set APT proxy if needed

docker/docker-compose-reg.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docker/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)