meg HF staff commited on
Commit
1621429
·
verified ·
1 Parent(s): 497b887

Removing WORKDIR /data

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -21,7 +21,6 @@ RUN mkdir -p /data
21
  RUN chmod 777 -R /.cache
22
  RUN chmod 777 -R /data
23
 
24
- WORKDIR /data
25
 
26
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
27
  build-essential \
 
21
  RUN chmod 777 -R /.cache
22
  RUN chmod 777 -R /data
23
 
 
24
 
25
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
26
  build-essential \