You've already forked algora-tv
							
							
				mirror of
				https://github.com/algora-io/tv.git
				synced 2025-10-30 23:07:56 +02:00 
			
		
		
		
	init root dir for hf cache
This commit is contained in:
		| @@ -79,6 +79,11 @@ ENV LC_ALL en_US.UTF-8 | ||||
| WORKDIR "/app" | ||||
| RUN chown nobody /app | ||||
|  | ||||
| # Needed because :image creates an hf cache folder | ||||
| # /nonexistent/.cache/bumblebee/huggingface/microsoft--resnet-50 | ||||
| RUN mkdir /nonexistent | ||||
| RUN chown nobody /nonexistent | ||||
|  | ||||
| # Only copy the final release from the build stage | ||||
| COPY --from=builder --chown=nobody:root /app/_build/prod/rel/algora ./ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user