Skip to content

Commit 6f179a5

Browse files
authored
Update README.md
1 parent 9c4b92e commit 6f179a5

File tree

1 file changed

+2
-2
lines changed
  • intel/neural-compressor/CVE-2024-22476

1 file changed

+2
-2
lines changed

intel/neural-compressor/CVE-2024-22476/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo docker rmi -f $(sudo docker images -aq)
1717
sudo docker remove $(sudo docker ps -a -q)
1818
```
1919

20-
## Vulnerable setup
20+
## Vulnerable Setup
2121

2222
```
2323
docker build -t neuralcompressor:vuln -f Vulnerable.Dockerfile .
@@ -27,7 +27,7 @@ neural_solution --conda_env test start (In the container bash)
2727

2828
Application will be available at `localhost:8000`
2929

30-
## Non-vulnerable setup
30+
## Non-vulnerable Setup
3131

3232
```
3333
docker build -t neuralcompressor:fixed -f Fixed.Dockerfile .

0 commit comments

Comments
 (0)