Guhanselvam commited on
Commit
811abe0
·
verified ·
1 Parent(s): 60f0679

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
27
  pip install --no-cache-dir -r requirements.txt
28
 
29
  # Copy your application code
30
- COPY . .
31
 
32
  # Command to run your application
33
  CMD ["python", "your_application.py"]
 
27
  pip install --no-cache-dir -r requirements.txt
28
 
29
  # Copy your application code
30
+ docker build --no-cache -t yourname/voice-emotion-recognizer:latest .
31
 
32
  # Command to run your application
33
  CMD ["python", "your_application.py"]