sergey.agapov commited on
Commit
5c15daa
1 Parent(s): 639f2ba

initial commit

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -6,10 +6,6 @@ RUN apt-get update && apt-get install -y ffmpeg libportaudio2 libportaudiocpp0 p
6
 
7
  WORKDIR /code
8
 
9
- # If you need Git configurations, set them for the repository instead of globally
10
- RUN git config --local user.email "svabald@users.noreply.huggingface.co"
11
- RUN git config --local user.name "Sergey Agapov"
12
-
13
  COPY ./requirements.txt /code/requirements.txt
14
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
15
 
 
6
 
7
  WORKDIR /code
8
 
 
 
 
 
9
  COPY ./requirements.txt /code/requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11