質問編集履歴

3

説明の追加

2021/01/17 12:49

投稿

nakajinbee
nakajinbee

スコア0

test CHANGED
File without changes
test CHANGED
@@ -164,6 +164,8 @@
164
164
 
165
165
  ```
166
166
 
167
+ m1のMacを使っています。
168
+
167
169
 
168
170
 
169
171
  どのように対処すればよろしいでしょうか。

2

エラーの変更

2021/01/17 12:49

投稿

nakajinbee
nakajinbee

スコア0

test CHANGED
File without changes
test CHANGED
@@ -125,3 +125,45 @@
125
125
 
126
126
 
127
127
  初歩中の初歩の質問で申し訳ございませんが、どなたか教えていただけないでしょうか。
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+ 試したこと
138
+
139
+
140
+
141
+ fiwaさんのアドバイスをもとに、以下のコードを追加しました。
142
+
143
+ ```
144
+
145
+ RUN apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update && apt-get install -y git
146
+
147
+ ```
148
+
149
+
150
+
151
+ すると先程のエラーとは別の以下のようなエラーが発生してしまいました。
152
+
153
+
154
+
155
+ ```
156
+
157
+ #7 233.3 /lib64/ld-linux-x86-64.so.2: No such file or directory
158
+
159
+ #7 233.3 /lib64/ld-linux-x86-64.so.2: No such file or directory
160
+
161
+ ------
162
+
163
+ executor failed running [/bin/sh -c wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh && sh /opt/Anaconda3-2019.10-Linux-x86_64.sh -b -p /opt/anaconda3 && rm -f Anaconda3-2019.10-Linux-x86_64.sh]: exit code: 1
164
+
165
+ ```
166
+
167
+
168
+
169
+ どのように対処すればよろしいでしょうか。

1

時間を確認したという内容の追加

2021/01/17 12:31

投稿

nakajinbee
nakajinbee

スコア0

test CHANGED
File without changes
test CHANGED
File without changes