Arts-of-coding
commited on
Commit
•
707716f
1
Parent(s):
d46f929
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -49,9 +49,9 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
49 |
|
50 |
COPY ./mount-blobfuse.sh mount-blobfuse.sh
|
51 |
|
52 |
-
COPY ./dash_plotly_QC_scRNA.py dash_plotly_QC_scRNA.py
|
53 |
|
54 |
-
COPY ./main.py main.py
|
55 |
|
56 |
COPY ./app.py app.py
|
57 |
|
|
|
49 |
|
50 |
COPY ./mount-blobfuse.sh mount-blobfuse.sh
|
51 |
|
52 |
+
#COPY ./dash_plotly_QC_scRNA.py dash_plotly_QC_scRNA.py
|
53 |
|
54 |
+
#COPY ./main.py main.py
|
55 |
|
56 |
COPY ./app.py app.py
|
57 |
|