We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed22bf commit 9f3d095Copy full SHA for 9f3d095
1 file changed
docker-compose.yml
@@ -40,7 +40,7 @@ services:
40
- ${HALIDE_BB_PYPI_PACKAGES_DIR:-./data/packages}:/data/packages
41
secrets:
42
- pypi_htpasswd.txt
43
- command: run -P /run/secrets/pypi_htpasswd.txt -a update --backend cached-dir --hash-algo off /data/packages
+ command: run -P /run/secrets/pypi_htpasswd.txt -a update --backend cached-dir /data/packages
44
logging:
45
driver: local
46
restart: unless-stopped
0 commit comments