Abhinav Gavireddi
commited on
Commit
·
d548227
1
Parent(s):
8c61032
fix: removed test cases for dry run
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ RUN pip uninstall -y magic-pdf && \
|
|
30 |
|
31 |
# Copy application code
|
32 |
COPY src/ ./src/
|
33 |
-
COPY tests/ ./tests/
|
34 |
COPY app.py .
|
35 |
|
36 |
# Expose Streamlit port
|
|
|
30 |
|
31 |
# Copy application code
|
32 |
COPY src/ ./src/
|
33 |
+
# COPY tests/ ./tests/
|
34 |
COPY app.py .
|
35 |
|
36 |
# Expose Streamlit port
|