ariansyahdedy commited on
Commit
046840c
·
1 Parent(s): 6ada97f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Step 1: Use Python 3.10.6 as the base image
2
- FROM python:3.10.6-slim
3
 
4
  # Step 2: Set the working directory inside the container
5
  WORKDIR /app
 
1
  # Step 1: Use Python 3.10.6 as the base image
2
+ FROM python:3.10.6
3
 
4
  # Step 2: Set the working directory inside the container
5
  WORKDIR /app