Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -37,6 +37,7 @@ RUN chmod +x /mount-blobfuse.sh
|
|
37 |
|
38 |
WORKDIR /app/azure
|
39 |
WORKDIR /
|
|
|
40 |
|
41 |
# Preset the volume change this to the actual azure folder
|
42 |
#VOLUME /dash_plotly_QC_scRNA/./data
|
|
|
37 |
|
38 |
WORKDIR /app/azure
|
39 |
WORKDIR /
|
40 |
+
RUN chmod 777 /app/azure
|
41 |
|
42 |
# Preset the volume change this to the actual azure folder
|
43 |
#VOLUME /dash_plotly_QC_scRNA/./data
|