yongyeol commited on
Commit
e7c2d33
Β·
verified Β·
1 Parent(s): d6eb3da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -23,6 +23,11 @@ COPY scaler.pkl /app
23
  # ν•„μš”ν•œ Python νŒ¨ν‚€μ§€ μ„€μΉ˜
24
  RUN pip install --no-cache-dir -r requirements.txt
25
 
 
 
 
 
 
26
  # μ• ν”Œλ¦¬μΌ€μ΄μ…˜ μ‹€ν–‰
27
  CMD ["python", "app.py"]
28
 
@@ -30,3 +35,4 @@ CMD ["python", "app.py"]
30
 
31
 
32
 
 
 
23
  # ν•„μš”ν•œ Python νŒ¨ν‚€μ§€ μ„€μΉ˜
24
  RUN pip install --no-cache-dir -r requirements.txt
25
 
26
+ # μ„€μΉ˜λœ Java 경둜 확인
27
+ RUN echo "Java Home: $JAVA_HOME"
28
+ RUN echo "Java Path: $PATH"
29
+ RUN ls $JAVA_HOME/lib/server
30
+
31
  # μ• ν”Œλ¦¬μΌ€μ΄μ…˜ μ‹€ν–‰
32
  CMD ["python", "app.py"]
33
 
 
35
 
36
 
37
 
38
+