onurcopur commited on
Commit
be7846f
·
1 Parent(s): 2f07e78

change dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,10 +1,9 @@
1
  # Use Python 3.12 as base image
2
  FROM python:3.12
3
 
 
4
  # Set working directory
5
  WORKDIR /app
6
- RUN git config --local user.email "[email protected]" \
7
- && git config --local user.name "onurcopur"
8
 
9
  # Install system dependencies
10
  RUN apt-get update && apt-get install -y \
 
1
  # Use Python 3.12 as base image
2
  FROM python:3.12
3
 
4
+ ENV HOME=/tmp
5
  # Set working directory
6
  WORKDIR /app
 
 
7
 
8
  # Install system dependencies
9
  RUN apt-get update && apt-get install -y \