Oleg Lavrovsky commited on
Commit
0fec93c
·
unverified ·
1 Parent(s): de336d6

Dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -3
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -8,9 +8,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
8
  # Set working directory
9
  WORKDIR /app
10
 
11
- # Install Git
12
- RUN apt install -y git
13
-
14
  # Install dependencies
15
  COPY --chown=user ./requirements.txt requirements.txt
16
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
8
  # Set working directory
9
  WORKDIR /app
10
 
 
 
 
11
  # Install dependencies
12
  COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- xielu @ git+https://github.com/nickjbrowning/XIELU@59d60314edf567ad6b9895a1ff5d7533a14ddc96
2
  # This file was autogenerated by uv via the following command:
3
  # uv export --no-hashes
4
  accelerate==1.10.1
 
 
1
  # This file was autogenerated by uv via the following command:
2
  # uv export --no-hashes
3
  accelerate==1.10.1