krypton-byte commited on
Commit
1f93bb2
1 Parent(s): 52f90ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
  FROM python:3.9
4
- RUN apt install git ffmpeg -y
5
  # Set up a new user named "user" with user ID 1000
6
  RUN useradd -m -u 1000 user
7
  RUN wget https://github.com/git-lfs/git-lfs/releases/download/v2.9.0/git-lfs-linux-amd64-v2.9.0.tar.gz
 
1
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
  FROM python:3.9
4
+ RUN apt update && apt upgrade -y && apt install git ffmpeg -y
5
  # Set up a new user named "user" with user ID 1000
6
  RUN useradd -m -u 1000 user
7
  RUN wget https://github.com/git-lfs/git-lfs/releases/download/v2.9.0/git-lfs-linux-amd64-v2.9.0.tar.gz