We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4b92e commit 6f179a5Copy full SHA for 6f179a5
intel/neural-compressor/CVE-2024-22476/README.md
@@ -17,7 +17,7 @@ sudo docker rmi -f $(sudo docker images -aq)
17
sudo docker remove $(sudo docker ps -a -q)
18
```
19
20
-## Vulnerable setup
+## Vulnerable Setup
21
22
23
docker build -t neuralcompressor:vuln -f Vulnerable.Dockerfile .
@@ -27,7 +27,7 @@ neural_solution --conda_env test start (In the container bash)
27
28
Application will be available at `localhost:8000`
29
30
-## Non-vulnerable setup
+## Non-vulnerable Setup
31
32
33
docker build -t neuralcompressor:fixed -f Fixed.Dockerfile .
0 commit comments