Georg commited on
Commit
dde1d40
·
1 Parent(s): 58e94fa

Prepare job build context

Browse files
Files changed (1) hide show
  1. deploy.sh +1 -1
deploy.sh CHANGED
@@ -67,7 +67,7 @@ PY
67
  mkdir -p .deploy
68
 
69
  L1_INPUTS=(Dockerfile.base)
70
- L2_INPUTS=(Dockerfile.base Dockerfile download_weights.py)
71
 
72
  L1_HASH=$(hash_files "${L1_INPUTS[@]}")
73
  L2_HASH=$(hash_files "${L2_INPUTS[@]}")
 
67
  mkdir -p .deploy
68
 
69
  L1_INPUTS=(Dockerfile.base)
70
+ L2_INPUTS=(Dockerfile.base download_weights.py)
71
 
72
  L1_HASH=$(hash_files "${L1_INPUTS[@]}")
73
  L2_HASH=$(hash_files "${L2_INPUTS[@]}")