Jhsmit commited on
Commit
9b7300a
·
2 Parent(s): 14540b3 107ed75

Merge branch 'main' of https://huggingface.co/spaces/Jhsmit/instaGibbs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.12
2
 
3
- ARG CACHEBUSTER=5
4
  RUN echo "Cache busting: ${CACHEBUSTER}"
5
 
6
 
 
1
  FROM python:3.12
2
 
3
+ ARG CACHEBUSTER=6
4
  RUN echo "Cache busting: ${CACHEBUSTER}"
5
 
6